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