7 #ifndef _ASM_GENERIC_PCI_BRIDGE_H
8 #define _ASM_GENERIC_PCI_BRIDGE_H
16 PCI_REASSIGN_ALL_RSRC = 0x00000001,
19 PCI_REASSIGN_ALL_BUS = 0x00000002,
22 PCI_PROBE_ONLY = 0x00000004,
30 PCI_ENABLE_PROC_DOMAINS = 0x00000010,
32 PCI_COMPAT_DOMAIN_0 = 0x00000020,
38 PCI_SCAN_ALL_PCIE_DEVS = 0x00000040,
44 static inline void pci_set_flags(
int flags)
49 static inline void pci_add_flags(
int flags)
54 static inline void pci_clear_flags(
int flags)
59 static inline int pci_has_flag(
int flag)
64 static inline void pci_set_flags(
int flags) { }
65 static inline void pci_add_flags(
int flags) { }
66 static inline void pci_clear_flags(
int flags) { }
67 static inline int pci_has_flag(
int flag)