Sign in
gfiber
/
toolchains
/
mindspeed
/
f6153d9b5022adf0575515eaebc05c2a3b08c688
/
.
/
arm-buildroot-linux-gnueabi
/
sysroot
/
usr
/
include
/
linux
/
stddef.h
blob: d12ce1b88ce5d10bf694c77f03a84903e6292361 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_STDDEF_H
#define
_LINUX_STDDEF_H
#undef
NULL
#if defined(__cplusplus)
#define
NULL
0
#else
#define
NULL
((
void
*)
0
)
#endif
#endif