BEST PCIe driver
 All Data Structures Files Functions Variables Macros Pages
alt_pcie_cra_regs.h
1 /*
2  * alt_pcie_cra_regs.h
3  *
4  * Created on: Feb 18, 2014
5  * Author: Jan (because this lazy motherfuckers of Altera
6  * didn't had time to make it)
7  */
8 
9 #ifndef ALT_PCIE_CRA_REGS_H_
10 #define ALT_PCIE_CRA_REGS_H_
11 
12 #define ALTERA_PCIE_CRA_INT_STATUS_REGISTER 0x0040
13 #define ALTERA_PCIE_CRA_INT_ENABLE_REGISTER 0x0050
14 
15 
16 #endif /* ALT_PCIE_CRA_REGS_H_ */