![]() |
Go to the source code of this file.
Classes | |
struct | hll |
Typedefs | |
typedef void(* | hll_handled_hook )(u8) |
typedef u8 | socknum_t |
Enumerations | |
enum | { SOCK_FREE, SOCK_STDOUT, SOCK_STDIN, SOCK_APPLICATION, SOCK_TOT_HLL } |
Functions | |
void | hll_msg_free (struct can_msg *msg) |
void | hll_msg_commit (struct can_msg *msg) |
struct can_msg * | hll_msg_get (void) |
struct can_msg * | hll_msg_alloc (void) |
void | hll_msg_push (struct can_msg *msg, socknum_t) |
struct can_msg * | hll_msg_pull (socknum_t) |
void | hll_init (sock_recv_hook, hll_handled_hook) |
Variables | |
struct hll | hll_global |