aboutsummaryrefslogtreecommitdiff
path: root/src/hw/ata.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 23:57:26 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit135f3f676de1416f0cd0fa7f0c886cf1b72222cb (patch)
tree805d962c2b66daffcb30b0816cce8faf67e8a809 /src/hw/ata.h
parentb18557ab09a60476b4269c3a473d8aebeaaa002f (diff)
downloadseabios-hppa-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.zip
seabios-hppa-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.tar.gz
seabios-hppa-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.tar.bz2
Split disk.h into block.h and std/disk.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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;