xref: /haiku/headers/compatibility/bsd/sys/cdefs.h (revision 9ecf9d1c1d4888d341a6eac72112c72d1ae3a4cb)
1 /*
2  * Copyright 2006, Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _BSD_SYS_CDEFS_H_
6 #define _BSD_SYS_CDEFS_H_
7 
8 
9 #include_next <sys/cdefs.h>
10 
11 
12 #define __FBSDID(x)
13 #define __unused
14 #define protected
15 
16 #endif	/* _BSD_SYS_CDEFS_H_ */
17