bsps/serial: Move bsp_console_select() declaration

This commit is contained in:
Sebastian Huber
2013-07-16 14:39:59 +02:00
parent 7a7f0719d9
commit 7306578c42
3 changed files with 8 additions and 9 deletions

View File

@@ -221,6 +221,13 @@ extern console_data *Console_Port_Data;
extern rtems_device_minor_number Console_Port_Minor;
/**
* @brief Selects the minor number of the console device.
*
* @see Console_Port_Minor.
*/
void bsp_console_select(void);
#ifdef __cplusplus
}
#endif