From a0a524e128d12831f28ebb887323f53a95f81a18 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 7 Jan 2008 14:42:35 +0000 Subject: [PATCH] Added watchdog_reboot() prototype --- core/dev/watchdog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/dev/watchdog.h b/core/dev/watchdog.h index f0eed22a4..c50664b15 100644 --- a/core/dev/watchdog.h +++ b/core/dev/watchdog.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: watchdog.h,v 1.2 2007/11/17 10:15:50 adamdunkels Exp $ + * @(#)$Id: watchdog.h,v 1.3 2008/01/07 14:42:35 adamdunkels Exp $ */ #ifndef __WATCHDOG_H__ #define __WATCHDOG_H__ @@ -38,4 +38,6 @@ void watchdog_start(void); void watchdog_periodic(void); void watchdog_stop(void); +void watchdog_reboot(void); + #endif /* __WATCHDOG_H__ */