]> rtime.felk.cvut.cz Git - lincan.git/blob - 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
1 #ifndef _HAL_MACHPERIPH_H
2 #define _HAL_MACHPERIPH_H
3
4 extern unsigned int system_frequency; /*!< System Clock Frequency (Core Clock)  */
5
6 void system_clock_init(void);
7
8 void lpc_watchdog_init(int on,int timeout_ms);
9 void lpc_watchdog_feed();
10
11 #endif /* _HAL_MACHPERIPH_H */
12