watchdog.h

Go to the documentation of this file.
00001 #ifndef CTL_WATCHDOG_H
00002 #define CTL_WATCHDOG_H
00003 
00008 typedef void (*ctl_watchdog_handler)(void);
00009 ctl_watchdog_handler ctl_watchdog_init( ctl_watchdog_handler handler );
00010 void ctl_watchdog_kick( int milliseconds );
00011 void ctl_watchdog_finish();
00012 
00013 #endif /* CTL_WATCHDOG_H */

Generated on Fri Jan 2 15:28:35 2009 for Squat by  doxygen 1.5.6