NetBurner 3.5.6
PDF Version
same70_wdt.h
1
#ifndef __SAME70_WDT_H
2
#define __SAME70_WDT_H
3
/*NB_REVISION*/
4
5
/*NB_COPYRIGHT*/
6
7
void
ServiceBootWatchdog();
8
9
void
DisableWatchdog();
10
11
#endif
/* ----- #ifndef __SAME70_WDT_H ----- */