[PATCH 07/17] console_private.h: Remove prototypes for non-existent methods bsp_com_inch() and bsp_com_outch()

Joel Sherrill joel at rtems.org
Wed Mar 9 22:24:52 UTC 2016


---
 c/src/lib/libbsp/shared/console_private.h | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/c/src/lib/libbsp/shared/console_private.h b/c/src/lib/libbsp/shared/console_private.h
index ee89eb2..2af5326 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
-- 
1.8.3.1



More information about the devel mailing list