/* * PCI defines and function prototypes * Copyright 2003 Dell Inc. * by Matt Domsch */ #ifndef LINUX_PCI_DYNIDS_H #define LINUX_PCI_DYNIDS_H #include #include struct dynid { struct list_head node; struct pci_device_id id; }; #endif