OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [OpenRISC_SIM_GCC/] [drivers/] [uart.h] - Diff between revs 584 and 621

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 584 Rev 621
Line 120... Line 120...
 
 
void uart_init(void);
void uart_init(void);
void uart_putc(char);
void uart_putc(char);
char uart_getc(void);
char uart_getc(void);
void uart_print_str(char *p);
void uart_print_str(char *p);
void uart_put_int(int n);
void uart_print_int(int n);
 
 
#endif
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.