Go to the source code of this file.
Classes | |
| struct | bin_conn_t |
| Connection descriptor. More... | |
Defines | |
| #define | MAXTHREADS 3 |
| #define | MAX_BIN_CONNS 64 |
Functions | |
| int | thread_create (void(*func)(void), l4_threadid_t *id, const char *name) |
| int | serial_flush (const char *addr, int size) |
Variables | |
| bin_conn_t | bin_conns [MAX_BIN_CONNS] |
| unsigned | buffer_head |
| unsigned | buffer_tail |
| unsigned | buffer_size |
| char | buffer_array [] |
| int | flush_local |
| int | flush_serial |
| int | flush_to_net |
| int | flush_muxed |
| int | serial_esc |
Definition in file stuff.h.
1.5.6