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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hw/ata.h b/src/hw/ata.h
index 9de2490..36c333d 100644
--- a/src/hw/ata.h
+++ b/src/hw/ata.h
@@ -6,9 +6,9 @@
#include "types.h" // u8
struct ata_channel_s {
- u16 iobase1;
- u16 iobase2;
- u16 iomaster;
+ portaddr_t iobase1;
+ portaddr_t iobase2;
+ portaddr_t iomaster;
u8 irq;
u8 chanid;
u8 ataid;