mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 20:59:40 +08:00
C++ compatibility for <dev/pci/pcivar.h>
This commit is contained in:
parent
5173168252
commit
82bccd8104
@ -658,7 +658,7 @@ pci_child_added(device_t dev)
|
||||
device_t pci_find_bsf(uint8_t, uint8_t, uint8_t);
|
||||
device_t pci_find_dbsf(uint32_t, uint8_t, uint8_t, uint8_t);
|
||||
device_t pci_find_device(uint16_t, uint16_t);
|
||||
device_t pci_find_class(uint8_t class, uint8_t subclass);
|
||||
device_t pci_find_class(uint8_t cls, uint8_t subclass);
|
||||
|
||||
/* Can be used by drivers to manage the MSI-X table. */
|
||||
int pci_pending_msix(device_t dev, u_int index);
|
||||
|
Loading…
x
Reference in New Issue
Block a user