summaryrefslogtreecommitdiff
path: root/platform/include/internal/watchdog_tfe.h
blob: 4e555b6b0b40e5f130dcf2f7be17ff2105034797 (plain)
1
2
3
4
5
6
7
#ifndef TFE_WATCHDOG_TFE_H
#define TFE_WATCHDOG_TFE_H

struct watchdog_tfe;
struct watchdog_tfe *watchdog_tfe_create(struct tfe_proxy *proxy, const char *profile, void *logger);

#endif //TFE_WATCHDOG_TFE_H