summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-13 23:38:56 -0400
committerIan Moffett <ian@osmora.org>2025-05-14 10:47:48 -0400
commit97ae9fa52fa25e27e4917e26f7192a78764d54af (patch)
tree6556dd92e6822f55089b695b195cc118047de1f3
parent888caf656a265737be60927f2bdc931312f80c77 (diff)
kernel: ahci: Include sys/device.h
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--sys/include/dev/ic/ahcivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/dev/ic/ahcivar.h b/sys/include/dev/ic/ahcivar.h
index 61fdbf4..43c421a 100644
--- a/sys/include/dev/ic/ahcivar.h
+++ b/sys/include/dev/ic/ahcivar.h
@@ -32,6 +32,7 @@
#include <sys/param.h>
#include <sys/types.h>
+#include <sys/device.h>
#include <dev/ic/ahciregs.h>
struct ahci_cmd_hdr;