xref: /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/stddef.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 #ifndef _LINUX_STDDEF_H
2 #define _LINUX_STDDEF_H
3 
4 
5 #undef NULL
6 #if defined(__cplusplus)
7 #define NULL 0
8 #else
9 #define NULL ((void *)0)
10 #endif
11 
12 
13 #endif
14