BeRTOS
wdt_arm.h
Go to the documentation of this file.
00001 
00039 #ifndef DRV_WDT_ARM_H
00040 #define DRV_WDT_ARM_H
00041 
00042 #include <cfg/compiler.h> // INLINE
00043 
00044 #warning TODO: This module is not implemented for at91 CPUs
00045 
00046 INLINE void wdt_start(uint32_t _timeout) { (void) _timeout; /* implement me */ }
00047 INLINE void wdt_stop(void) { /*implement me */ }
00048 INLINE void wdt_reset(void) { /* implement me */ }
00049 
00050 #endif //DRV_WDT_ARM_H