types: Remove near_bool_t definition
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Wed, 14 Aug 2013 07:27:55 +0000 (09:27 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 20 Aug 2013 09:05:30 +0000 (11:05 +0200)
include/types.h

index 894b7db..c4a8d6a 100644 (file)
 
 #include <byteswap.h>
 
-#ifndef        FALSE
-#define        FALSE   (0)
-#endif
-
-#ifndef        TRUE
-#define        TRUE    (!FALSE)
-#endif
-
-typedef int    near_bool_t;
-
 #define near_get_unaligned(ptr)                        \
 ({                                             \
        struct __attribute__((packed)) {        \