1
2
3
4
5
pub mod classes;
mod extra;
pub mod linux;
pub mod traits;
pub type PCIDevice = linux::LinuxPCIDevice;