aboutsummaryrefslogtreecommitdiff
path: root/include/ata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ata.h')
-rw-r--r--include/ata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ata.h b/include/ata.h
index a7bcee6..57be0e8 100644
--- a/include/ata.h
+++ b/include/ata.h
@@ -73,7 +73,6 @@
#define ATAPI_CMD_START_STOP 0x1B
#define ATAPI_CMD_READ_12 0xA8
-
#define ATA_GET_ERR() inb(ATA_STATUS)
#define ATA_GET_STAT() inb(ATA_STATUS)
#define ATA_OK_STAT(stat,good,bad) (((stat)&((good)|(bad)))==(good))
@@ -189,7 +188,6 @@ typedef struct hd_driveid {
unsigned short words164_255[92];/* reserved words 164-255 */
} hd_driveid_t;
-
/*
* PIO Mode Configuration
*