summaryrefslogtreecommitdiff
path: root/firmware/kernel/include/mrsw_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/kernel/include/mrsw_lock.h')
-rw-r--r--firmware/kernel/include/mrsw_lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/kernel/include/mrsw_lock.h b/firmware/kernel/include/mrsw_lock.h
index fbfe1d405d..d919f7be26 100644
--- a/firmware/kernel/include/mrsw_lock.h
+++ b/firmware/kernel/include/mrsw_lock.h
@@ -21,6 +21,8 @@
21#ifndef MRSW_LOCK_H 21#ifndef MRSW_LOCK_H
22#define MRSW_LOCK_H 22#define MRSW_LOCK_H
23 23
24#include "thread.h"
25
24/* Multi-reader, single-writer object that allows mutltiple readers or a 26/* Multi-reader, single-writer object that allows mutltiple readers or a
25 * single writer thread access to a critical section. 27 * single writer thread access to a critical section.
26 * 28 *