forked from Imagelibrary/rtems
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/serial/serial.h: Declare Console_Port_Minor.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libchip/serial/serial.h: Declare Console_Port_Minor.
|
||||
|
||||
2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1945/cpukit
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
#ifndef __LIBCHIP_SERIAL_h
|
||||
#define __LIBCHIP_SERIAL_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <termios.h>
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -219,6 +219,8 @@ extern unsigned long Console_Configuration_Count;
|
||||
*/
|
||||
extern console_data *Console_Port_Data;
|
||||
|
||||
extern rtems_device_minor_number Console_Port_Minor;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user