summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-04 13:20:38 -0600
committerJoel Sherrill <joel@rtems.org>2016-03-10 10:34:10 -0600
commit3662738787b82f5880435b519aa5f2620bda3b31 (patch)
treec3d9176612f9fa55fe99a320028c79744ede7499
parentpc386: Improve boot command arguments for console/printk device selection (diff)
downloadrtems-3662738787b82f5880435b519aa5f2620bda3b31.tar.bz2
console_private.h: Remove prototypes for non-existent methods bsp_com_inch() and bsp_com_outch()
-rw-r--r--c/src/lib/libbsp/shared/console_private.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/shared/console_private.h b/c/src/lib/libbsp/shared/console_private.h
index ee89eb2051..2af5326cb6 100644
--- a/c/src/lib/libbsp/shared/console_private.h
+++ b/c/src/lib/libbsp/shared/console_private.h
@@ -29,26 +29,6 @@ extern "C" {
extern rtems_device_minor_number BSPPrintkPort;
/**
- * @brief bsp_com_outch
- *
- * This function puts a character out of the console port.
- *
- * @param[in] ch specifies the character to write
- */
-extern void bsp_com_outch(char ch);
-
-/**
- * @brief bsp_com_inch
- *
- * This function gets a character from the console
- * port.
- *
- * @return This method returns the character that
- * was retrieved from the console port.
- */
-extern int bsp_com_inch(void);
-
-/**
* @brief
*
* This function