]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/ls102xa/fsl_epu.h
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[u-boot] / arch / arm / cpu / armv7 / ls102xa / fsl_epu.h
index d658aad2ea6bc32369e71c92498f8297957f358b..d6f731054d591572832640f96c96d6c93cddbeb3 100644 (file)
 #define EPCTR31                0xA7C
 #define EPCTR_STRIDE   FSL_STRIDE_4B
 
+#define FSM_END_FLAG   0xFFFFFFFFUL
+
+struct fsm_reg_vals {
+       u32 offset;
+       u32 value;
+};
+
+void fsl_epu_setup(void *epu_base);
 void fsl_epu_clean(void *epu_base);
 
 #endif