]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/x86/include/asm/pci.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / arch / x86 / include / asm / pci.h
CommitLineData
2262cfee
WD
1
2
3/*
4 * (C) Copyright 2002
fa82f871 5 * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
2262cfee 6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
2262cfee
WD
8 */
9
10#ifndef _PCI_I386_H_
452f50f7 11#define _PCI_I386_H_
2262cfee 12
83088afb
GR
13#define DEFINE_PCI_DEVICE_TABLE(_table) \
14 const struct pci_device_id _table[]
15
1cfcf037 16void pci_setup_type1(struct pci_controller *hose);
2262cfee 17#endif