aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/ahci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/ahci.h')
-rw-r--r--src/hw/ahci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hw/ahci.h b/src/hw/ahci.h
index c3d3a70..c3d2402 100644
--- a/src/hw/ahci.h
+++ b/src/hw/ahci.h
@@ -1,6 +1,9 @@
#ifndef __AHCI_H
#define __AHCI_H
+#include "types.h" // u32
+#include "disk.h" // struct drive_s
+
struct sata_cmd_fis {
u8 reg;
u8 pmp_type;