Sign in
nest-open-source
/
manifest_repos
/
watchdog
/
78fb399aecfe17c370092df110f143d0792e996e
/
.
/
include
/
watchdog_log.h
blob: 47659867ca34e3932f6c4d00e73153b7ef59d596 [
file
] [
log
] [
blame
]
#ifndef
_WATCHDOG_LOG_H_
#define
_WATCHDOG_LOG_H_
#ifdef
EVENT_FILENAME
int
watchdog_event_log_init
();
int
watchdog_event_log
(
const
char
*
fmt
,
...);
#endif
#ifdef
DUMPSTATE_FILENAME
void
watchdog_dumpstate
();
#endif
#endif
// _WATCHDOG_LOG_H_