xref: /netbsd/external/cddl/osnet/sys/sys/cdefs.h (revision 2ad70668)
1 /*	$NetBSD: cdefs.h,v 1.2 2021/09/05 10:18:31 rillig Exp $	*/
2 
3 #ifndef _FREEBSD_SYS_CDEFS_H_
4 #define _FREEBSD_SYS_CDEFS_H_
5 
6 #include_next <sys/cdefs.h>
7 
8 #define __FBSDID(x) struct _undefined_hack
9 
10 #endif /* !_FREEBSD_SYS_CDEFS_H_ */
11