162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef UM_WATCHDOG_H 362306a36Sopenharmony_ci#define UM_WATCHDOG_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciint start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock); 662306a36Sopenharmony_civoid stop_watchdog(int in_fd, int out_fd); 762306a36Sopenharmony_ciint ping_watchdog(int fd); 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#endif /* UM_WATCHDOG_H */ 10