summaryrefslogtreecommitdiff
path: root/tools/src/wdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/wdt.h')
-rw-r--r--tools/src/wdt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/src/wdt.h b/tools/src/wdt.h
new file mode 100644
index 0000000..6a48601
--- /dev/null
+++ b/tools/src/wdt.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: MIT */
+
+#ifndef __WDT_H__
+#define __WDT_H__
+
+void wdt_disable(void);
+void wdt_reboot(void);
+
+#endif