Added test firmware for zynq
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
11
examples/zynq7000/SW/src/uart.h
Normal file
11
examples/zynq7000/SW/src/uart.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __H_UART
|
||||
#define __H_UART 1
|
||||
|
||||
void uart_send(char c);
|
||||
char uart_recv();
|
||||
char uart_recv_blocking();
|
||||
void uart_setup(void);
|
||||
void uart_back_up(void);
|
||||
void uart_puts(char * s);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user