From 48afc6a1d1a9166508304cc01b2cfc1899d2b163 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 30 Sep 2006 22:37:48 +0000 Subject: - add (currently inactive) code for the watch dog timer git-svn-id: https://svn.openpcd.org:2342/trunk@240 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- firmware/src/os/wdt.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 firmware/src/os/wdt.h (limited to 'firmware/src/os/wdt.h') diff --git a/firmware/src/os/wdt.h b/firmware/src/os/wdt.h new file mode 100644 index 0000000..35ea721 --- /dev/null +++ b/firmware/src/os/wdt.h @@ -0,0 +1,5 @@ +#ifndef _WDT_H +extern void wdt_init(void); +extern void wdt_restart(void); + +#endif -- cgit v1.2.3