1 2 3 4 5 6
extern crate driverkit; pub fn main() { //let driver = driverkit::linux::PciDriver::new(0, 0, 0); //println!("{:?}", driver); }