2002-11-18 00:14:45 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* (C) Copyright 2002
|
2011-08-04 16:45:45 +00:00
|
|
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
2002-11-18 00:14:45 +00:00
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2002-11-18 00:14:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _PCI_I386_H_
|
2012-10-10 13:12:57 +00:00
|
|
|
#define _PCI_I386_H_
|
2002-11-18 00:14:45 +00:00
|
|
|
|
2011-11-08 02:33:15 +00:00
|
|
|
#define DEFINE_PCI_DEVICE_TABLE(_table) \
|
|
|
|
const struct pci_device_id _table[]
|
|
|
|
|
2011-11-08 02:33:22 +00:00
|
|
|
void pci_setup_type1(struct pci_controller *hose);
|
2002-11-18 00:14:45 +00:00
|
|
|
#endif
|