--- 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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel