6 lines
86 B
Rust
6 lines
86 B
Rust
//! Interface to `pcid`.
|
|
|
|
mod driver_interface;
|
|
mod pci;
|
|
pub use driver_interface::*;
|