aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chsystypes.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-14 11:07:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-14 11:07:04 +0000
commit1409bd15bd3bfa57c042caaed6d4b755e23ca235 (patch)
treef48570162d8e519978a3f50584f37a159c6fb95e /os/rt/include/chsystypes.h
parent79a15865134fdc2522db29995bd5417e7b00a0d6 (diff)
downloadChibiOS-1409bd15bd3bfa57c042caaed6d4b755e23ca235.tar.gz
ChibiOS-1409bd15bd3bfa57c042caaed6d4b755e23ca235.tar.bz2
ChibiOS-1409bd15bd3bfa57c042caaed6d4b755e23ca235.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7507 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chsystypes.h')
-rw-r--r--os/rt/include/chsystypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/rt/include/chsystypes.h b/os/rt/include/chsystypes.h
index 2a64488db..cf42b80bc 100644
--- a/os/rt/include/chsystypes.h
+++ b/os/rt/include/chsystypes.h
@@ -98,6 +98,11 @@ typedef struct ch_virtual_timer virtual_timer_t;
typedef struct ch_virtual_timers_list virtual_timers_list_t;
/**
+ * @brief Type of a system debug structure.
+ */
+typedef struct ch_system_debug system_debug_t;
+
+/**
* @brief Type of system data structure.
*/
typedef struct ch_system ch_system_t;