]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/arch/arm/mach-lpc21xx/libs/hal/hal_machperiph.h
Included ARM LPC21xx related code from uLan project. The snapshot date is 2008-07-05
[lincan.git] / embedded / arch / arm / mach-lpc21xx / libs / hal / hal_machperiph.h
1 #ifndef _HAL_MACHPERIPH_H
2 #define _HAL_MACHPERIPH_H
3
4 void lpc_pll_on();
5 void lpc_pll_off();
6 void lpc_watchdog_init(int on,int timeout_ms);
7 void lpc_watchdog_feed();
8
9 #endif /* _HAL_MACHPERIPH_H */
10