diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-08 09:34:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-08 09:34:43 +0000 |
commit | 1d9041f77bc376c92b663bc69fb57ec855531039 (patch) | |
tree | ae552b5c8456d9141241da20bc17a32d7dca4e57 /os/rt/include/ch.h | |
parent | adda7d09f60997bdfbc3164d17809d1265c268a3 (diff) | |
download | ChibiOS-1d9041f77bc376c92b663bc69fb57ec855531039.tar.gz ChibiOS-1d9041f77bc376c92b663bc69fb57ec855531039.tar.bz2 ChibiOS-1d9041f77bc376c92b663bc69fb57ec855531039.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6671 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/ch.h')
-rw-r--r-- | os/rt/include/ch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index a8cc7ac81..bd8fe92d3 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -62,6 +62,10 @@ #define CH_KERNEL_PATCH 0
/** @} */
+/* Required forward declaration, knowledge of this type is required by all
+ modules.*/
+typedef struct thread thread_t;
+
/* Core headers.*/
#include "chtypes.h"
#include "chconf.h"
|