22 #include "proto/hal/tiny_defines.h" 23 #include "proto/hal/tiny_list.h" 27 TINY_HD_REQUEST_INIT = 0,
28 TINY_HD_REQUEST_SUCCESSFUL = 1,
29 TINY_HD_REQUEST_DECLINED = 2,
47 void tiny_decline_requests();
49 void tiny_commit_request(uint16_t
uid);
defines type for tiny request list item
Definition: tiny_rq_pool.h:33
list_element element
This is base data for tiny lists. Must be first field in the structure.
Definition: tiny_rq_pool.h:36
uint16_t uid
unique id of the sent packet
Definition: tiny_rq_pool.h:40
structure defines base type for the lists
Definition: tiny_list.h:25
uint8_t state
state of the request
Definition: tiny_rq_pool.h:38