|
Last change
on this file was
2,
checked in by phkim, 11 years ago
|
|
1.phkim
- revision copy newcon3sk r27
|
-
Property svn:executable set to
*
|
|
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.