From 326cc87faf8d1d34060bcf9b1d6648d7934762bf Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Sep 2008 12:26:55 +0000 Subject: Convert to using bool. --- c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libcpu/sh/sh7750/include') 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; /* -- cgit v1.2.3