Rust XHCI Register Types.

This commit is contained in:
Drew 2025-05-18 19:26:06 -07:00
parent b9cd550a63
commit 22b43de6dc
10 changed files with 1596 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/" }