Sign in
android-kvm
/
linux
/
a8bb6f44b5cfc20a2a95bb856b40db11829778c1
/
.
/
arch
/
um
/
drivers
/
harddog.h
blob: 6d9ea60e7133e8598ae732888ad5bf77ea944458 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
UM_WATCHDOG_H
#define
UM_WATCHDOG_H
int
start_watchdog
(
int
*
in_fd_ret
,
int
*
out_fd_ret
,
char
*
sock
);
void
stop_watchdog
(
int
in_fd
,
int
out_fd
);
int
ping_watchdog
(
int
fd
);
#endif
/* UM_WATCHDOG_H */