This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/platform/include/internal/watchdog_tfe.h
2021-08-20 15:36:58 +08:00

7 lines
206 B
C

#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