aboutsummaryrefslogtreecommitdiff
path: root/src/hw/ata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/ata.h')
-rw-r--r--src/hw/ata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hw/ata.h b/src/hw/ata.h
index 1f41233..a9f865e 100644
--- a/src/hw/ata.h
+++ b/src/hw/ata.h
@@ -1,9 +1,9 @@
#ifndef __ATA_H
#define __ATA_H
-#include "types.h" // u8
+#include "block.h" // struct drive_s
#include "config.h" // CONFIG_MAX_ATA_INTERFACES
-#include "disk.h" // struct drive_s
+#include "types.h" // u8
struct ata_channel_s {
u16 iobase1;