summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index c45feb4785..72cf99f55b 100644
--- a/include/console.h
+++ b/include/console.h
@@ -42,6 +42,8 @@ struct console_device {
unsigned char f_caps;
unsigned char f_active;
+
+ unsigned int baudrate;
};
int console_register(struct console_device *cdev);