summaryrefslogtreecommitdiff
path: root/coroutine/arm32/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/arm32/Context.h')
-rw-r--r--coroutine/arm32/Context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/coroutine/arm32/Context.h b/coroutine/arm32/Context.h
index e69f4b2eeb..a1c5e03b36 100644
--- a/coroutine/arm32/Context.h
+++ b/coroutine/arm32/Context.h
@@ -1,3 +1,6 @@
+#ifndef COROUTINE_ARM32_CONTEXT_H
+#define COROUTINE_ARM32_CONTEXT_H 1
+
/*
* This file is part of the "Coroutine" project and released under the MIT License.
*
@@ -51,3 +54,5 @@ struct coroutine_context * coroutine_transfer(struct coroutine_context * current
static inline void coroutine_destroy(struct coroutine_context * context)
{
}
+
+#endif /* COROUTINE_ARM32_CONTEXT_H */