mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
Removed TX ring buffer.
This commit is contained in:
@@ -145,8 +145,6 @@ typedef struct _console_tbl {
|
||||
typedef struct _console_data {
|
||||
void *termios_data;
|
||||
volatile boolean bActive;
|
||||
volatile Ring_buffer_t TxBuffer; /* XXX remove usage from drivers */
|
||||
/* XXX only the ns16550 uses this now */
|
||||
/*
|
||||
* This field may be used for any purpose required by the driver
|
||||
*/
|
||||
|
||||
@@ -145,8 +145,6 @@ typedef struct _console_tbl {
|
||||
typedef struct _console_data {
|
||||
void *termios_data;
|
||||
volatile boolean bActive;
|
||||
volatile Ring_buffer_t TxBuffer; /* XXX remove usage from drivers */
|
||||
/* XXX only the ns16550 uses this now */
|
||||
/*
|
||||
* This field may be used for any purpose required by the driver
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user