atmel_uart_char
#define ATMEL_SERIAL_RX_SIZE array_size(sizeof(struct atmel_uart_char), \
struct atmel_uart_char c;
c = ((struct atmel_uart_char *)ring->buf)[ring->tail];
struct atmel_uart_char *c;
c = &((struct atmel_uart_char *)ring->buf)[ring->head];