pub type physdev_pci_device_t = physdev_pci_device;
#[repr(C)]pub struct physdev_pci_device_t { pub seg: u16, pub bus: u8, pub devfn: u8, }
seg: u16
bus: u8
devfn: u8