diff options
Diffstat (limited to 'pci.h')
-rw-r--r-- | pci.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,14 +1,6 @@ #ifndef PCI_H #define PCI_H -#include <linux/device.h> - -struct doom_data { - struct cdev *cdev; - struct device *device; - void __iomem *iomem; -}; - int pci_init(void); void pci_cleanup(void); |