8 lines
109 B
Rust
8 lines
109 B
Rust
//! Interface to `pcid`.
|
|
|
|
#![feature(llvm_asm)]
|
|
|
|
mod driver_interface;
|
|
mod pci;
|
|
pub use driver_interface::*;
|