6#ifndef HCC_ADAPT_HEADER
7#define HCC_ADAPT_HEADER
td_void hcc_unc_buf_enqueue(hcc_handler *hcc, hcc_queue_type queue_id, hcc_unc_struc *unc_buf)
td_void hcc_adapt_mem_free(hcc_handler *hcc, hcc_unc_struc *unc_buf)
td_u32 hcc_adapt_alloc_priv_buf(hcc_handler *hcc, hcc_queue_type queue_id, td_u32 buf_len, td_u8 **buf, td_u8 **user_param)
td_void hcc_adapt_free_priv_buf(hcc_handler *hcc, hcc_queue_type queue_id, td_u8 *buf, td_u8 *user_param)
hcc_unc_struc * hcc_adapt_alloc_unc_buf(hcc_handler *hcc, td_u32 len, hcc_queue_type queue_id)
td_void hcc_free_unc_buf(hcc_handler *hcc, hcc_unc_struc *unc_buf)
ext_errno hcc_bus_rx_handler(hcc_bus *bus, td_u8 queue_id, hcc_data_queue *assembled_head)
hcc_unc_struc * hcc_alloc_unc_buf(hcc_handler *hcc)
enum _hcc_queue_type hcc_queue_type
ext_errno
Definition soc_errno.h:9
Definition hcc_bus_types.h:91
Definition hcc_queue.h:21
Definition hcc_queue.h:27
unsigned char td_u8
Definition td_type.h:36
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38