Rust XHCI Register Types.

This commit is contained in:
Drew 2025-05-18 19:26:06 -07:00
parent e5a943ae81
commit 3020b28c47
10 changed files with 1231 additions and 0 deletions

View file

@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bitfield-struct = "0.8.0"
mammoth = { path = "../../lib/mammoth/" }