summaryrefslogtreecommitdiff
path: root/firmware/src/os/wdt.h
diff options
context:
space:
mode:
authorlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-30 22:37:48 +0000
committerlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-30 22:37:48 +0000
commit48afc6a1d1a9166508304cc01b2cfc1899d2b163 (patch)
treef6bda86d05d99ead8625c2dbf7d03e43b1991b48 /firmware/src/os/wdt.h
parent0a3534e799f84dee188cec2085553d6203aa7689 (diff)
- add (currently inactive) code for the watch dog timer
git-svn-id: https://svn.openpcd.org:2342/trunk@240 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'firmware/src/os/wdt.h')
-rw-r--r--firmware/src/os/wdt.h5
1 files changed, 5 insertions, 0 deletions
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
personal git repositories of Harald Welte. Your mileage may vary