diff options
Diffstat (limited to 'include/scsi.h')
-rw-r--r-- | include/scsi.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/scsi.h b/include/scsi.h index 9da764bdcf3..c764e159fea 100644 --- a/include/scsi.h +++ b/include/scsi.h @@ -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 */ |