provide a system clock to be used by the MIPS timer
[openwrt/openwrt.git] / target / linux / adm8668 / files / arch / mips / include / asm / mach-adm8668 / adm8668.h
index 1f7ab72cad2bfe1436e2d02828c93cfc4170d542..bb4466c522add65eb6242e7a9fdf567efb98495d 100644 (file)
 #define CRGPIO_TOGGLE(num)     \
        ADM8668_CONFIG_REG(CRGPIO_REG) ^= (1 << (6 + num))
 
+void adm8668_init_clocks(void);
+
 #endif /* __ADM8668_H__ */