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_kni.h
2019-06-18 18:21:00 +08:00

12 lines
252 B
C

//
// Created by luqiu on 2019/6/18.
//
#ifndef TFE_WATCHDOG_KNI_H
#define TFE_WATCHDOG_KNI_H
struct watchdog_kni;
struct watchdog_kni * watchdog_kni_create(struct tfe_proxy * proxy, const char * profile, void * logger);
#endif //TFE_WATCHDOG_KNI_H