aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/Linux/console.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-29 12:39:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-29 12:39:12 +0000
commit8f1f3036d2d71ae78f523e8ede33548c260034f3 (patch)
treeaf52a38c66b24a03737c1cdaefeb03a0dc0d33b6 /os/hal/platforms/Linux/console.h
parent58d50c17cd4d54b8323e80f2ee188963aa16010b (diff)
downloadChibiOS-8f1f3036d2d71ae78f523e8ede33548c260034f3.tar.gz
ChibiOS-8f1f3036d2d71ae78f523e8ede33548c260034f3.tar.bz2
ChibiOS-8f1f3036d2d71ae78f523e8ede33548c260034f3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1477 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/Linux/console.h')
-rw-r--r--os/hal/platforms/Linux/console.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/os/hal/platforms/Linux/console.h b/os/hal/platforms/Linux/console.h
index e8079a042..d6f6cc9c4 100644
--- a/os/hal/platforms/Linux/console.h
+++ b/os/hal/platforms/Linux/console.h
@@ -26,6 +26,30 @@
#ifndef _CONSOLE_H_
#define _CONSOLE_H_
+/*===========================================================================*/
+/* Driver constants. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver pre-compile time settings. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver data structures and types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver macros. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* External declarations. */
+/*===========================================================================*/
+
extern BaseChannel CD1;
#ifdef __cplusplus