diff options
Diffstat (limited to 'os/hal/platforms/Linux/console.h')
-rw-r--r-- | os/hal/platforms/Linux/console.h | 24 |
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
|