diff options
Diffstat (limited to 'roms/u-boot/arch/x86/include/asm/pci.h')
-rw-r--r-- | roms/u-boot/arch/x86/include/asm/pci.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/include/asm/pci.h b/roms/u-boot/arch/x86/include/asm/pci.h new file mode 100644 index 00000000..6b161881 --- /dev/null +++ b/roms/u-boot/arch/x86/include/asm/pci.h @@ -0,0 +1,16 @@ + +/* + * (C) Copyright 2002 + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _PCI_I386_H_ +#define _PCI_I386_H_ + +#define DEFINE_PCI_DEVICE_TABLE(_table) \ + const struct pci_device_id _table[] + +void pci_setup_type1(struct pci_controller *hose); +#endif |