···11-/***************************************************************************22- * *33- * This program is free software; you can redistribute it and/or modify *44- * it under the terms of the GNU General Public License as published by *55- * the Free Software Foundation; either version 2 of the License, or *66- * (at your option) any later version. *77- * *88- ***************************************************************************/99-1010-#ifndef __COMPAT_LINUX_PCI_IDS_H1111-#define __COMPAT_LINUX_PCI_IDS_H1212-1313-#include <linux/pci_ids.h>1414-1515-#ifndef PCI_VENDOR_ID_AMCC1616-#define PCI_VENDOR_ID_AMCC 0x10e81717-#endif1818-1919-#ifndef PCI_VENDOR_ID_CBOARDS2020-#define PCI_VENDOR_ID_CBOARDS 0x13072121-#endif2222-2323-#ifndef PCI_VENDOR_ID_QUANCOM2424-#define PCI_VENDOR_ID_QUANCOM 0x80082525-#endif2626-2727-#ifndef PCI_DEVICE_ID_QUANCOM_GPIB2828-#define PCI_DEVICE_ID_QUANCOM_GPIB 0x33022929-#endif3030-3131-#endif /* __COMPAT_LINUX_PCI_IDS_H */