1 /***************************************************************************
3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation; either version 2 of the License, or *
6 * (at your option) any later version. *
8 ***************************************************************************/
10 #ifndef __COMPAT_LINUX_PCI_IDS_H
11 #define __COMPAT_LINUX_PCI_IDS_H
13 #include <linux/pci_ids.h>
15 #ifndef PCI_VENDOR_ID_AMCC
16 #define PCI_VENDOR_ID_AMCC 0x10e8
19 #ifndef PCI_VENDOR_ID_CBOARDS
20 #define PCI_VENDOR_ID_CBOARDS 0x1307
23 #ifndef PCI_VENDOR_ID_QUANCOM
24 #define PCI_VENDOR_ID_QUANCOM 0x8008
27 #ifndef PCI_DEVICE_ID_QUANCOM_GPIB
28 #define PCI_DEVICE_ID_QUANCOM_GPIB 0x3302
31 #endif // __COMPAT_LINUX_PCI_IDS_H