Project

General

Profile

Revision 261

stuff

View differences:

uart.h
47 47
int uart_enable_int_tx (int base_addr);
48 48
int uart_disable_int_tx(int base_addr);
49 49

  
50
int uart_get_char_poll   (int base_addr, uint8_t *p);
51
int uart_send_char_poll  (int base_addr, uint8_t  c);
52

  
53 50
#endif //UART_H_INCLUDED

Also available in: Unified diff