blob: 8518c46631f710e32d2d04e3f16df14e5aa8a638 [file] [log] [blame]
#include <linux/types.h>
struct pci_fixup {
void (*hook)(void);
};
bool detect_pci(void);