summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index b98567e8bf..b574117620 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -34,10 +34,9 @@
34#include "ata_idle_notify.h" 34#include "ata_idle_notify.h"
35#include "ata-driver.h" 35#include "ata-driver.h"
36#include "ata-defines.h" 36#include "ata-defines.h"
37#include "fs_defines.h"
37#include "storage.h" 38#include "storage.h"
38 39
39#define SECTOR_SIZE 512
40
41#define SELECT_DEVICE1 0x10 40#define SELECT_DEVICE1 0x10
42#define SELECT_LBA 0x40 41#define SELECT_LBA 0x40
43 42