diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 12:42:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 12:42:31 +0000 |
commit | dfd81f5be91be21b8bf7c364bf027531b7ec9946 (patch) | |
tree | 4753903a82d38cadaa3abc1e9fa7f36c11707ba4 /os/hal/platforms/Win32/console.h | |
parent | 8f1f3036d2d71ae78f523e8ede33548c260034f3 (diff) | |
download | ChibiOS-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.h | 24 |
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
|