[rtems commit] console_private.h: Remove prototypes for non-existent methods bsp_com_inch() and bsp_com_outch()
Joel Sherrill
joel at rtems.org
Thu Mar 10 16:45:12 UTC 2016
Module: rtems
Branch: master
Commit: 3662738787b82f5880435b519aa5f2620bda3b31
Changeset: http://git.rtems.org/rtems/commit/?id=3662738787b82f5880435b519aa5f2620bda3b31
Author: Joel Sherrill <joel at rtems.org>
Date: Fri Mar 4 13:20:38 2016 -0600
console_private.h: Remove prototypes for non-existent methods bsp_com_inch() and bsp_com_outch()
---
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
More information about the vc
mailing list