summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/umon/umon.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-12 19:16:33 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 10:33:35 -0500
commita36094f1570c396af32b74062f6341cd19ac0515 (patch)
treed7435ee7e57c499c412a44643e49e7287f94f3ab /c/src/lib/libbsp/shared/umon/umon.h
parentm68k/mcf5225x: Fix warnings (diff)
downloadrtems-a36094f1570c396af32b74062f6341cd19ac0515.tar.bz2
libbsp/shared/umon: Fix warnings
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/umon/umon.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/umon/umon.h b/c/src/lib/libbsp/shared/umon/umon.h
index bff0f2b1a6..3c5bdf9f34 100644
--- a/c/src/lib/libbsp/shared/umon/umon.h
+++ b/c/src/lib/libbsp/shared/umon/umon.h
@@ -46,10 +46,19 @@ void *rtems_bsp_get_umon_monptr(void);
*
* @param[in] path is the mount point
*
- * @return This method returns 0 on sucess.
+ * @return This method returns 0 on success.
*/
int rtems_initialize_tfs_filesystem(
const char *path
);
+/**
+ * @brief Read from MicroMonitor Port
+ *
+ * This method reads a character from the MicroMonitor console.
+ *
+ * @return This method returns a character.
+ */
+int umoncons_poll_read(int minor);
+
#endif