Move to bitfield structs for AHCI info.

This commit is contained in:
Drew Galbraith 2024-08-30 17:09:27 -07:00
parent 8dfd57b411
commit 67546664ed
5 changed files with 202 additions and 3 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bitfield-struct = "0.8.0"
mammoth = { path = "../../lib/mammoth" }
yunq = {path = "../../lib/yunq"}