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__ */