forked from Imagelibrary/rtems
console_private.h: Remove prototypes for non-existent methods bsp_com_inch() and bsp_com_outch()
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user