summaryrefslogtreecommitdiff
path: root/kern/rtmutex_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rtmutex_i.h')
-rw-r--r--kern/rtmutex_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/rtmutex_i.h b/kern/rtmutex_i.h
index 984cfd16..75ac5e4a 100644
--- a/kern/rtmutex_i.h
+++ b/kern/rtmutex_i.h
@@ -74,6 +74,8 @@ rtmutex_unlock_fast(struct rtmutex *rtmutex)
void rtmutex_lock_slow(struct rtmutex *rtmutex);
+int rtmutex_timedlock_slow(struct rtmutex *rtmutex, uint64_t ticks);
+
void rtmutex_unlock_slow(struct rtmutex *rtmutex);
#endif /* _KERN_RTMUTEX_I_H */