Rust XHCI scaffolding

This commit is contained in:
Drew 2025-05-18 19:11:52 -07:00
parent 1a48911745
commit b9cd550a63
13 changed files with 59 additions and 31 deletions

View file

@ -1,16 +1,19 @@
[workspace]
members = [
"lib/client/denali_client", "lib/fs/ext2",
"lib/mammoth", "lib/pci",
"lib/voyageurs",
"lib/yellowstone",
"lib/yunq",
"lib/yunq-test",
"sys/denali",
"sys/teton",
"sys/victoriafalls",
"sys/yellowstone",
"usr/testbed",
"lib/client/denali_client",
"lib/client/voyageurs_client",
"lib/fs/ext2",
"lib/mammoth",
"lib/pci",
"lib/yellowstone",
"lib/yunq",
"lib/yunq-test",
"sys/denali",
"sys/teton",
"sys/victoriafalls",
"sys/voyageurs",
"sys/yellowstone",
"usr/testbed",
]
resolver = "2"