00001 /* 00002 * types.h 00003 */ 00012 #ifndef _lub_types_h 00013 #define _lub_types_h 00014 00018 typedef enum 00019 { 00020 BOOL_FALSE, 00021 BOOL_TRUE 00022 } bool_t; 00023 00025 #endif /* _lub_types_h */