Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
[oweals/u-boot.git] / arch / blackfin / include / asm / blackfin_local.h
index 27034d3d06bd935518771df2a494fd916a60b92c..fc46ef4d113f07a055629eb7dc4864ff89938fd8 100644 (file)
@@ -48,7 +48,8 @@
 #define L1_CACHE_SHIFT 5
 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
 
-#include <asm/linkage.h>
+#include <linux/linkage.h>
+#include <asm/cache.h>
 
 #ifndef __ASSEMBLY__
 # ifdef SHARED_RESOURCES
@@ -60,6 +61,9 @@
 extern u_long get_vco(void);
 extern u_long get_cclk(void);
 extern u_long get_sclk(void);
+extern u_long get_sclk0(void);
+extern u_long get_sclk1(void);
+extern u_long get_dclk(void);
 
 # define bfin_revid() (bfin_read_CHIPID() >> 28)