source: svn/trunk/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/linux/pci-dynids.h @ 8

Last change on this file since 8 was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
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
12struct 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.