summaryrefslogtreecommitdiff
path: root/tools/testing/vsock/timeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/vsock/timeout.h')
-rw-r--r--tools/testing/vsock/timeout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/vsock/timeout.h b/tools/testing/vsock/timeout.h
index ecb7c840e65a..1c3fcad87a49 100644
--- a/tools/testing/vsock/timeout.h
+++ b/tools/testing/vsock/timeout.h
@@ -11,5 +11,6 @@ void sigalrm(int signo);
void timeout_begin(unsigned int seconds);
void timeout_check(const char *operation);
void timeout_end(void);
+int timeout_usleep(useconds_t usec);
#endif /* TIMEOUT_H */