source:
svn/trunk/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/linux/pci-dynids.h
| Last change on this file was 2, checked in by jglee, 11 years ago | |
|---|---|
|
|
| File size: 300 bytes | |
| Rev | Line | |
|---|---|---|
| [2] | 1 | /* |
| 2 | * PCI defines and function prototypes | |
| 3 | * Copyright 2003 Dell Inc. | |
| 4 | * by Matt Domsch <Matt_Domsch@dell.com> | |
| 5 | */ | |
| 6 | ||
| 7 | #ifndef LINUX_PCI_DYNIDS_H | |
| 8 | #define LINUX_PCI_DYNIDS_H | |
| 9 | ||
| 10 | #include <linux/mod_devicetable.h> | |
| 11 | ||
| 12 | struct dynid { | |
| 13 | struct list_head node; | |
| 14 | struct pci_device_id id; | |
| 15 | }; | |
| 16 | ||
| 17 | #endif |
Note: See TracBrowser
for help on using the repository browser.
