Files
RedBear-OS/drivers/pcid/src/lib.rs
T
bjorn3 3abe41d258 drivers/pcid: Add pci_daemon function
This handles daemonization and getting the PciFunctionHandle.
2025-12-04 11:44:29 +01:00

7 lines
102 B
Rust

//! Interface to `pcid`.
#![feature(never_type)]
mod driver_interface;
pub use driver_interface::*;