1 #ifndef _IPXE_PCICLOUD_H 2 #define _IPXE_PCICLOUD_H 13 #define PCIAPI_PREFIX_cloud 15 #define PCIAPI_PREFIX_cloud __cloud_ int pci_can_probe(void)
Check if PCI bus probing is allowed.
static __always_inline int PCIAPI_INLINE(cloud, pci_can_probe)(void)
Check if PCI bus probing is allowed.
#define __always_inline
Declare a function to be always inline.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)