summaryrefslogtreecommitdiff
path: root/firmware/src/os/wdt.h
blob: 35ea7213678f8bf5d61b7b353d1e35b7362e3250 (plain)
1
2
3
4
5
#ifndef _WDT_H
extern void wdt_init(void);
extern void wdt_restart(void);

#endif
personal git repositories of Harald Welte. Your mileage may vary