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