diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-06 10:37:50 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-06 10:37:50 +0000 |
commit | cf957f9d4a54d49f66d9af4ee7c7b4bb90660409 (patch) | |
tree | a7b63f1e94ec6a9d280a4ad9aadd1c20846aab5c /os/rt/include/ch.h | |
parent | 23f759922d415d9adaab70424b2c67ff0d9b7181 (diff) | |
download | ChibiOS-cf957f9d4a54d49f66d9af4ee7c7b4bb90660409.tar.gz ChibiOS-cf957f9d4a54d49f66d9af4ee7c7b4bb90660409.tar.bz2 ChibiOS-cf957f9d4a54d49f66d9af4ee7c7b4bb90660409.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6668 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, 0 insertions, 4 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h index 11c75c407..a8cc7ac81 100644 --- a/os/rt/include/ch.h +++ b/os/rt/include/ch.h @@ -62,10 +62,6 @@ #define CH_KERNEL_PATCH 0
/** @} */
-/* Forward declarations.*/
-typedef struct thread thread_t;
-typedef struct virtual_timer virtual_timer_t;
-
/* Core headers.*/
#include "chtypes.h"
#include "chconf.h"
|