From 4a8ab636b6063e9dea1c78892adf16a574d8b6dd Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 19 Nov 2013 14:57:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6496 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/osal/osal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os/rt/osal/osal.h') 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. -- cgit v1.2.3