mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-25 07:13:14 +08:00
C++ compatibility for <dev/pci/pcivar.h>
This commit is contained in:
parent
54e8636b8d
commit
329cf5c013
@ -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_bsf(uint8_t, uint8_t, uint8_t);
|
||||||
device_t pci_find_dbsf(uint32_t, 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_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. */
|
/* Can be used by drivers to manage the MSI-X table. */
|
||||||
int pci_pending_msix(device_t dev, u_int index);
|
int pci_pending_msix(device_t dev, u_int index);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user