Home
last modified time | relevance | path

Searched refs:PCI_ABI (Results 1 – 2 of 2) sorted by relevance

/pciutils/lib/
H A Dpci.h27 #ifndef PCI_ABI
28 #define PCI_ABI macro
103 struct pci_access *pci_alloc(void) PCI_ABI;
104 void pci_init(struct pci_access *) PCI_ABI;
105 void pci_cleanup(struct pci_access *) PCI_ABI;
108 void pci_scan_bus(struct pci_access *acc) PCI_ABI;
110 void pci_free_dev(struct pci_dev *) PCI_ABI;
187 u8 pci_read_byte(struct pci_dev *, int pos) PCI_ABI;
188 u16 pci_read_word(struct pci_dev *, int pos) PCI_ABI;
189 u32 pci_read_long(struct pci_dev *, int pos) PCI_ABI;
[all …]
H A Dinternal.h17 #define PCI_ABI __attribute__((visibility("default"))) macro
21 #define VERSIONED_ABI __attribute__((used)) PCI_ABI