OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [libgloss/] [or32/] [uart.h] - Diff between revs 207 and 399

Show entire file | Details | Blame | View Log

Rev 207 Rev 399
Line 147... Line 147...
#define UART_EFR_RTS    0x40    /* RTS flow control */
#define UART_EFR_RTS    0x40    /* RTS flow control */
#define UART_EFR_SCD    0x20    /* Special character detect */
#define UART_EFR_SCD    0x20    /* Special character detect */
#define UART_EFR_ENI    0x10    /* Enhanced Interrupt */
#define UART_EFR_ENI    0x10    /* Enhanced Interrupt */
 
 
/* The library functions defined here, avoiding namespace polution. */
/* The library functions defined here, avoiding namespace polution. */
extern void  _uart_init ();
extern void  __uart_init ();
extern void  _uart_putc (char c);
extern void  __uart_putc (char c);
extern char  _uart_getc ();
extern char  __uart_getc ();
 
 
#endif  /* UART__H */
#endif  /* UART__H */
 
 
 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.