27 #include "proto/hal/tiny_list.h" 31 TINY_HD_REQUEST_INIT = 0,
32 TINY_HD_REQUEST_SUCCESSFUL = 1,
33 TINY_HD_REQUEST_DECLINED = 2,
51 void tiny_decline_requests();
53 void tiny_commit_request(uint16_t
uid);
defines type for tiny request list item
Definition: tiny_rq_pool.h:37
list_element element
This is base data for tiny lists. Must be first field in the structure.
Definition: tiny_rq_pool.h:40
uint16_t uid
unique id of the sent packet
Definition: tiny_rq_pool.h:44
structure defines base type for the lists
Definition: tiny_list.h:28
uint8_t state
state of the request
Definition: tiny_rq_pool.h:42