diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pciaccess.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pciaccess.h b/include/pciaccess.h index cf32876..6413ae0 100644 --- a/include/pciaccess.h +++ b/include/pciaccess.h @@ -50,6 +50,8 @@ struct pci_slot_match; extern "C" { #endif +int pci_device_is_boot_vga(struct pci_device *dev); + int pci_device_read_rom(struct pci_device *dev, void *buffer); int __deprecated pci_device_map_region(struct pci_device *dev, |