diff options
Diffstat (limited to 'kern/rtmutex.h')
-rw-r--r-- | kern/rtmutex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/rtmutex.h b/kern/rtmutex.h index 87cd15ad..bc76b773 100644 --- a/kern/rtmutex.h +++ b/kern/rtmutex.h @@ -28,6 +28,7 @@ #include <stdint.h> #include <kern/error.h> +#include <kern/init.h> #include <kern/macros.h> #include <kern/rtmutex_i.h> #include <kern/rtmutex_types.h> @@ -119,4 +120,6 @@ rtmutex_unlock(struct rtmutex *rtmutex) } } +INIT_OP_DECLARE(rtmutex_setup); + #endif /* _KERN_RTMUTEX_H */ |