The unified diff between revisions [d0420ebd..] and [9142f333..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'watchdog.h'

#
# old_revision [d0420ebd87c820e33a32b29727989516e15980a8]
# new_revision [9142f3330490a5aa00c1686475633b620c2ef5e7]
#
# add_file "watchdog.h"
#  content [e38eb63c762343f8c2221d67501b11e9ac92ebb6]
#
============================================================
--- /dev/null	
+++ watchdog.h	e38eb63c762343f8c2221d67501b11e9ac92ebb6
@@ -0,0 +1,11 @@
+/* watchdog.h */
+
+void watchdog_kick(unsigned int module);
+void watchdog_check(void);
+void init_watchdog(void);
+
+#define WATCHDOG_STICK 0
+#define WATCHDOG_GYRO  1
+#define WATCHDOG_ACCEL 2
+
+#define WATCHDOG_MODULES 3