]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/scsi.h
Consolidate bool type
[people/ms/u-boot.git] / include / scsi.h
index 9da764bdcf31f7fd896ef0d1b8ebea59eebb356d..c764e159fea709f12b77db6ed7d1c71b94cc0775 100644 (file)
@@ -204,12 +204,4 @@ int scsi_get_disk_count(void);
 
 #define SCSI_INT_STATE                          0x00010000  /* unknown Interrupt number is stored in 16 LSB */
 
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
 #endif /* _SCSI_H */