diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-13 23:38:56 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-13 23:38:56 -0400 |
commit | aa0327ef3f8d919f31e4d3a3c5e3b71a18f0faa6 (patch) | |
tree | 6556dd92e6822f55089b695b195cc118047de1f3 /sys | |
parent | 3e568cdef4c10e54742dd04c80cc6efbe89d90e5 (diff) |
kernel: ahci: Include sys/device.h
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/include/dev/ic/ahcivar.h | 1 |
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; |