diff options
Diffstat (limited to 'src/sys/include')
-rw-r--r-- | src/sys/include/io/ic/ahcivar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sys/include/io/ic/ahcivar.h b/src/sys/include/io/ic/ahcivar.h index b045c9d..250630c 100644 --- a/src/sys/include/io/ic/ahcivar.h +++ b/src/sys/include/io/ic/ahcivar.h @@ -34,6 +34,12 @@ struct ahci_hba { volatile struct hba_memspace *io; + uint32_t pi; + uint32_t nport; +}; + +struct ahci_port { + volatile struct hba_port *io; }; #define AHCI_TIMEOUT 500 |