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_3rd_device.h

8 lines
242 B
C

#ifndef TFE_WATCHDOG_3RD_H
#define TFE_WATCHDOG_3RD_H
struct watchdog_3rd_device;
struct watchdog_3rd_device *watchdog_3rd_device_create(struct tfe_proxy *proxy, const char *profile, void *logger);
int steering_device_is_available();
#endif