Type Alias simics_api_sys::pcie_port_control_interface_t
source · pub type pcie_port_control_interface_t = pcie_port_control_interface;
Aliased Type§
struct pcie_port_control_interface_t {
pub set_secondary_bus_number: Option<unsafe extern "C" fn(_: *mut conf_object, _: u64)>,
pub hot_reset: Option<unsafe extern "C" fn(_: *mut conf_object)>,
}
Fields§
§set_secondary_bus_number: Option<unsafe extern "C" fn(_: *mut conf_object, _: u64)>
§hot_reset: Option<unsafe extern "C" fn(_: *mut conf_object)>