X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fuart_lowlevel.h;h=825e4e060d04719701780186d5eaddf080514ee0;hb=262edc3c040a073636f91af03f1b64030c5b1b31;hp=476ae9752fc0b5109c8bca2d4a065cb588048974;hpb=5f46191d2615ebe2caa6e111b478031a34f20b9e;p=arm-crypto-lib.git diff --git a/test_src/uart_lowlevel.h b/test_src/uart_lowlevel.h index 476ae97..825e4e0 100644 --- a/test_src/uart_lowlevel.h +++ b/test_src/uart_lowlevel.h @@ -1,6 +1,6 @@ /* uart_lowlevel.h */ /* - This file is part of the AVR-Crypto-Lib. + This file is part of the ARM-Crypto-Lib. Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -31,5 +31,6 @@ uint8_t uart_init(uint8_t uartno, uint32_t baudrate, uint8_t databits, uint8_t p void uart_putc(uint8_t uartno, uint8_t byte); uint16_t uart_getc(uint8_t uartno); uint32_t uart_dataavail(uint8_t uartno); +void uart_flush(uint8_t uartno); #endif /* UART_LOWLEVEL_H_ */