summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/console_private.h')
-rw-r--r--c/src/lib/libbsp/shared/console_private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/shared/console_private.h b/c/src/lib/libbsp/shared/console_private.h
index f614d7e5e3..896e4f4632 100644
--- a/c/src/lib/libbsp/shared/console_private.h
+++ b/c/src/lib/libbsp/shared/console_private.h
@@ -55,19 +55,19 @@ extern void bsp_com_outch(char ch);
* @return This method returns the character that
* was retrieved from the console port.
*/
-extern int bsp_com_inch(void);
+extern int bsp_com_inch(void);
/**
- * @brief
+ * @brief
*
- * This function
+ * This function
*
- * @return This method returns
+ * @return This method returns
*/
int vt_ioctl( unsigned int cmd, unsigned long arg);
/**
- * @brief console_register_devices
+ * @brief console_register_devices
*
* This function expands the console table to include previous
* ports and the array of new ports specified.