8 lines
95 B
C
8 lines
95 B
C
|
|
||
|
#ifndef __PLATFORM_WDT_H__
|
||
|
#define __PLATFORM_WDT_H__
|
||
|
|
||
|
int platform_wdt_feed( void );
|
||
|
|
||
|
#endif
|