diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-19 14:57:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-19 14:57:31 +0000 |
commit | 4a8ab636b6063e9dea1c78892adf16a574d8b6dd (patch) | |
tree | e9ec2611d70469b731f986a6bac65db3f2201ab3 /os/rt | |
parent | afdfd9880ba8d0bb4b48d68ea3ff05d7d0f5cea8 (diff) | |
download | ChibiOS-4a8ab636b6063e9dea1c78892adf16a574d8b6dd.tar.gz ChibiOS-4a8ab636b6063e9dea1c78892adf16a574d8b6dd.tar.bz2 ChibiOS-4a8ab636b6063e9dea1c78892adf16a574d8b6dd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6496 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/osal/osal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/rt/osal/osal.h b/os/rt/osal/osal.h index 4569d7c4f..868fca249 100644 --- a/os/rt/osal/osal.h +++ b/os/rt/osal/osal.h @@ -131,6 +131,12 @@ /* Module data structures and types. */
/*===========================================================================*/
+/* Temporary types provided for ChibiOS 2.x compatibility.*/
+typedef io_queue_t GenericQueue;
+typedef input_queue_t InputQueue;
+typedef output_queue_t OutputQueue;
+typedef bool bool_t;
+
#if 0
/**
* @brief Type of a system status word.
|