This will allow us to properly do interrupts for XHCI devices in the future. Also move PCI device header parsing to a shared library. Get rid of the old irq register format which supplied an irq number and instead pass the appropriate irq number back out to the caller.
17 lines
353 B
TOML
17 lines
353 B
TOML
[package]
|
|
name = "denali"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bitfield-struct = "0.8.0"
|
|
mammoth = { path = "../../lib/mammoth" }
|
|
pci = { path = "../../lib/pci" }
|
|
yunq = { path = "../../lib/yunq" }
|
|
yellowstone-yunq = { path = "../../lib/yellowstone" }
|
|
|
|
[[bin]]
|
|
name = "denali"
|
|
|
|
[build-dependencies]
|
|
yunqc = { path = "../../../yunq/rust" }
|