mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-22 01:25:35 -07:00
Revert "clib: Change libpci define to cover non-gcc compilers"
This reverts commit a25c886f48.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define CLIB_PCI_H
|
||||
#include "clib.h"
|
||||
|
||||
#if !defined(MSDOS)
|
||||
#if defined(__GNUC__) && !defined(__POSIX_UEFI__)
|
||||
# include <pci/pci.h>
|
||||
static inline void libpci_init(struct pci_access *pacc) { pci_init(pacc); }
|
||||
static inline void libpci_scan_bus(struct pci_access *pacc) { pci_scan_bus(pacc); }
|
||||
|
||||
Reference in New Issue
Block a user