Go to the documentation of this file. 1 #ifndef _INC_PMCC4_SYSDEP_H_
2 #define _INC_PMCC4_SYSDEP_H_
22 #ifdef CONFIG_SBE_PMCC4_HDLC_V7_MODULE
23 #undef CONFIG_SBE_PMCC4_HDLC_V7
24 #define CONFIG_SBE_PMCC4_HDLC_V7 1
27 #ifdef CONFIG_SBE_PMCC4_NCOMM_MODULE
28 #undef CONFIG_SBE_PMCC4_NCOMM
29 #define CONFIG_SBE_PMCC4_NCOMM 1
37 #define FLUSH_PCI_READ() rmb()
38 #define FLUSH_PCI_WRITE() wmb()
39 #define FLUSH_MEM_READ() rmb()
40 #define FLUSH_MEM_WRITE() wmb()