flinkLinux
flink Linux Kernel Modules
 All Data Structures Files Functions Variables Macros Pages
flink_pci.h
Go to the documentation of this file.
1 
8 #ifndef FLINK_PCI_H_
9 #define FLINK_PCI_H_
10 
11 #include "flink.h"
12 
13 #define PCI_CONFIG_BASE 0x0000
14 #define PCI_CONFIG_SIZE 0x4000
15 #define BASE_OFFSET (PCI_CONFIG_BASE + PCI_CONFIG_SIZE)
16 
19  struct pci_dev* pci_device;
20  void __iomem* base_addr;
21  unsigned long mem_size;
22 };
23 
24 #endif /* FLINK_PCI_H_ */