aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/timebase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timebase.h b/include/timebase.h
index 156c296..7f5afe1 100644
--- a/include/timebase.h
+++ b/include/timebase.h
@@ -98,4 +98,6 @@ extern void time_wait_ms_nopoll(unsigned long ms);
extern void time_wait_us(unsigned long us);
extern void time_wait_us_nopoll(unsigned long us);
+/* nanosleep_nopoll - variant for use from hostservices */
+extern int nanosleep_nopoll(const struct timespec *req, struct timespec *rem);
#endif /* __TIME_H */