aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/Win32/console.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-29 12:42:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-29 12:42:31 +0000
commitdfd81f5be91be21b8bf7c364bf027531b7ec9946 (patch)
tree4753903a82d38cadaa3abc1e9fa7f36c11707ba4 /os/hal/platforms/Win32/console.h
parent8f1f3036d2d71ae78f523e8ede33548c260034f3 (diff)
downloadChibiOS-dfd81f5be91be21b8bf7c364bf027531b7ec9946.tar.gz
ChibiOS-dfd81f5be91be21b8bf7c364bf027531b7ec9946.tar.bz2
ChibiOS-dfd81f5be91be21b8bf7c364bf027531b7ec9946.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1478 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/Win32/console.h')
-rw-r--r--os/hal/platforms/Win32/console.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/os/hal/platforms/Win32/console.h b/os/hal/platforms/Win32/console.h
index e8079a042..d6f6cc9c4 100644
--- a/os/hal/platforms/Win32/console.h
+++ b/os/hal/platforms/Win32/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