X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fstddef.h;h=6a40c76bdcf1a7732d71675d888e722aa0dc578c;hb=d1187ed21026fd512b87851d0ca26d9ae16f9059;hp=ea65dfb60cd80e19d2a5a1ce9a5f00194017e4c0;hpb=363e065c02b1273364d5356711a83e7f548fc0c8;p=powerpc.git diff --git a/include/linux/stddef.h b/include/linux/stddef.h index ea65dfb60c..6a40c76bdc 100644 --- a/include/linux/stddef.h +++ b/include/linux/stddef.h @@ -11,6 +11,12 @@ #endif #ifdef __KERNEL__ + +enum { + false = 0, + true = 1 +}; + #undef offsetof #ifdef __compiler_offsetof #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)