]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - embedded/arch/arm/mach-lpc21xx/libs/hal/hal_machperiph.h
Update of system-less architecture and board support code to actual uLAN.sf.net version.
[lincan.git] / embedded / arch / arm / mach-lpc21xx / libs / hal / hal_machperiph.h
index 9f8c27f2c5257a15b589aa1b12276c8228d329c8..9e790d89aa2609aeb9d354f71fab22adc796e2e8 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef _HAL_MACHPERIPH_H
 #define _HAL_MACHPERIPH_H
 
-void lpc_pll_on();
-void lpc_pll_off();
+extern unsigned int system_frequency; /*!< System Clock Frequency (Core Clock)  */
+
+void system_clock_init(void);
+
 void lpc_watchdog_init(int on,int timeout_ms);
 void lpc_watchdog_feed();