blob: cbc4a9e2e9b0cf677f90960287fa87fd569cc59d [file] [log] [blame]
wdenk2262cfe2002-11-18 00:14:45 +00001
2
3/*
4 * (C) Copyright 2002
Albert ARIBAUDfa82f872011-08-04 18:45:45 +02005 * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
wdenk2262cfe2002-11-18 00:14:45 +00006 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
wdenk2262cfe2002-11-18 00:14:45 +00008 */
9
10#ifndef _PCI_I386_H_
Gabe Black452f50f2012-10-10 13:12:57 +000011#define _PCI_I386_H_
wdenk2262cfe2002-11-18 00:14:45 +000012
Graeme Russ83088af2011-11-08 02:33:15 +000013#define DEFINE_PCI_DEVICE_TABLE(_table) \
14 const struct pci_device_id _table[]
15
Graeme Russ1cfcf032011-11-08 02:33:22 +000016void pci_setup_type1(struct pci_controller *hose);
wdenk2262cfe2002-11-18 00:14:45 +000017#endif