summaryrefslogtreecommitdiff
path: root/src/include/part/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/part/watchdog.h')
-rw-r--r--src/include/part/watchdog.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/part/watchdog.h b/src/include/part/watchdog.h
deleted file mode 100644
index 26b537dbe9..0000000000
--- a/src/include/part/watchdog.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef PART_WATCHDOG_H
-#define PART_WATCHDOG_H
-
-#if CONFIG_USE_WATCHDOG_ON_BOOT == 1
-void watchdog_off(void);
-#else
-#define watchdog_off()
-#endif
-
-#endif /* PART_WATCHDOG_H */