Home
last modified time | relevance | path

Searched defs:PCIDeviceClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_device.h9 typedef struct PCIDeviceClass PCIDeviceClass; typedef
25 struct PCIDeviceClass { struct
26 DeviceClass parent_class;
28 void (*realize)(PCIDevice *dev, Error **errp);
29 PCIUnregisterFunc *exit;
30 PCIConfigReadFunc *config_read;
31 PCIConfigWriteFunc *config_write;
33 uint16_t vendor_id;
34 uint16_t device_id;
35 uint8_t revision;
[all …]