aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ch.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-10 15:04:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-10 15:04:57 +0000
commit98749abfdfc28095eb45db8d594596c13645ed08 (patch)
tree656efb0957c86e9448bb1d3c2ec389b84f44de08 /src/include/ch.h
parenta746b895fd7e6be0d430c2fa9624d580b44986c6 (diff)
downloadChibiOS-98749abfdfc28095eb45db8d594596c13645ed08.tar.gz
ChibiOS-98749abfdfc28095eb45db8d594596c13645ed08.tar.bz2
ChibiOS-98749abfdfc28095eb45db8d594596c13645ed08.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@175 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/ch.h')
-rw-r--r--src/include/ch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h
index 2c2bb2f7c..dcb486626 100644
--- a/src/include/ch.h
+++ b/src/include/ch.h
@@ -27,6 +27,8 @@
#define _CHIBIOS_RT_
+struct Thread;
+
#ifndef __DOXIGEN__
#ifndef _CHCONF_H_
#include <chconf.h>