blackfin: convert blackfin board_f and board_r to use generic board init functions
[oweals/u-boot.git] / arch / blackfin / include / asm / blackfin_local.h
index 4d6eeab0ec126f576a00317b554b60d35ca111b2..868c82ea7db71e04a64d5965c8caedc6de64ec2b 100644 (file)
 
 # include <linux/types.h>
 
-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)
 
 extern int bfin_os_log_check(void);