console_private.h: Remove prototypes for non-existent methods bsp_com_inch() and bsp_com_outch()

This commit is contained in:
Joel Sherrill
2016-03-04 13:20:38 -06:00
parent c3c57b1ba3
commit 3662738787

View File

@@ -28,26 +28,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
*