From b4c679bd6093be21cd6e78fca90a4b490e8b83db Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Tue, 16 Jan 2018 01:52:26 +0100 Subject: Clean up init op dependencies between syscnt and mutex --- kern/rtmutex.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kern/rtmutex.h') diff --git a/kern/rtmutex.h b/kern/rtmutex.h index f8b11bd6..90b3438d 100644 --- a/kern/rtmutex.h +++ b/kern/rtmutex.h @@ -132,6 +132,10 @@ rtmutex_unlock(struct rtmutex *rtmutex) } } +/* + * Mutex init operations. See kern/mutex.h. + */ +INIT_OP_DECLARE(rtmutex_bootstrap); INIT_OP_DECLARE(rtmutex_setup); #endif /* _KERN_RTMUTEX_H */ -- cgit v1.2.3