8 lines
242 B
C
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
|