aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/Win32/console.h
diff options
context:
space:
mode:
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