aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/BusLogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/BusLogic.h')
-rw-r--r--drivers/scsi/BusLogic.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/BusLogic.h b/drivers/scsi/BusLogic.h
index 9792e5af5252..d6d1d5613c8a 100644
--- a/drivers/scsi/BusLogic.h
+++ b/drivers/scsi/BusLogic.h
@@ -237,10 +237,7 @@ enum BusLogic_BIOS_DiskGeometryTranslation {
237 Define a Boolean data type. 237 Define a Boolean data type.
238*/ 238*/
239 239
240typedef enum { 240typedef bool boolean;
241 false,
242 true
243} PACKED boolean;
244 241
245/* 242/*
246 Define a 10^18 Statistics Byte Counter data type. 243 Define a 10^18 Statistics Byte Counter data type.