#ifndef MY_UTIL_H #define MY_UTIL_H void wdt_init(void); void wdt_stop(void); #endif