diff --git a/Include/system/watchdog.h b/Include/system/watchdog.h new file mode 100644 --- /dev/null +++ b/Include/system/watchdog.h @@ -0,0 +1,7 @@ +#ifndef WATCHDOG_H +#define WATCHDOG_H + +void watchdog_init(void); +void watchdog_feed(void); + +#endif