Project

General

Profile

Revision 282

removing stuff

View differences:

uart.h
49 49
int uart_enable_int_tx (int base_addr);
50 50
int uart_disable_int_tx(int base_addr);
51 51

  
52
/// NCTP - Non-critical transmission protocol
53
int nctp_init(void);
54
int nctp_free(void);
55

  
56
int nctp_send(size_t num, uint8_t* ptr[], size_t sz[]);
57

  
58
int nctp_ih_err;
59
void nctp_ih(void);
60

  
61
/// HLTP - High-level transmission protocol
62
int hltp_send_string(const char *p);
63

  
52 64
#endif //UART_H_INCLUDED

Also available in: Unified diff