mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
Changed comment on TxBuffer.
This commit is contained in:
@@ -145,7 +145,8 @@ typedef struct _console_tbl {
|
||||
typedef struct _console_data {
|
||||
void *termios_data;
|
||||
volatile boolean bActive;
|
||||
volatile Ring_buffer_t TxBuffer; /* XXX remove from other drivers */
|
||||
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,7 +145,8 @@ typedef struct _console_tbl {
|
||||
typedef struct _console_data {
|
||||
void *termios_data;
|
||||
volatile boolean bActive;
|
||||
volatile Ring_buffer_t TxBuffer; /* XXX remove from other drivers */
|
||||
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