summaryrefslogtreecommitdiff
path: root/kern/types.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-01-23 23:57:04 +0100
committerRichard Braun <rbraun@sceen.net>2017-01-23 23:57:04 +0100
commit5548178e6c7355c250f2d938e7502040c55228a3 (patch)
tree9b0f19aeb1d1df22cdd7369c534762c509daa3ec /kern/types.h
parente2415706c10859f3e9a3d40b9819e58b83661e4f (diff)
kern/thread: move private definitions to thread_i.h
Diffstat (limited to 'kern/types.h')
-rw-r--r--kern/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kern/types.h b/kern/types.h
index 5e8a7db4..fa13ef7a 100644
--- a/kern/types.h
+++ b/kern/types.h
@@ -21,6 +21,11 @@
#include <machine/types.h>
/*
+ * Forward declarations.
+ */
+struct task;
+
+/*
* Types defined here to avoid inclusion loops.
*/