source:
svn/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/linux/pci-dynids.h
@
45
| Last change on this file since 45 was 45, checked in by megakiss, 11 years ago | |
|---|---|
|
|
| File size: 300 bytes | |
| Line | |
|---|---|
| 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.
