summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/include
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7750/include')
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h b/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
index f8ede19142..0320adcaa4 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
@@ -76,15 +76,15 @@ typedef struct sh4uart {
0 if polled I/O */
void *tty; /* termios channel descriptor */
- volatile const char *tx_buf; /* Transmit buffer from termios */
- volatile uint32_t tx_buf_len; /* Transmit buffer length */
- volatile uint32_t tx_ptr; /* Index of next char to transmit*/
+ volatile const char *tx_buf; /* Transmit buffer from termios */
+ volatile uint32_t tx_buf_len; /* Transmit buffer length */
+ volatile uint32_t tx_ptr; /* Index of next char to transmit*/
rtems_isr_entry old_handler_transmit; /* Saved interrupt handlers */
rtems_isr_entry old_handler_receive;
tcflag_t c_iflag; /* termios input mode flags */
- rtems_boolean parerr_mark_flag; /* Parity error processing state */
+ bool parerr_mark_flag; /* Parity error processing state */
} sh4uart;
/*