summaryrefslogtreecommitdiff
path: root/setup/Linux/oss/build/ossdip.h
blob: 811e70af7a13cd15ead27e9aadd1e1540b57f6e1 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Purpose: Definition of the _dev_info_t structure for Linux
 */
#ifndef OSSDIP_H
#define OSSDIP_H
struct _dev_info_t
{
  struct pci_dev *pcidev;
};
#endif