3 * \author John Hodge (thePowersGang)
4 * \brief Control block code
11 udi_cb_alloc_call_t *callback, //!< Function to be called when the CB is allocated
12 udi_cb_t *gcb, //!< Parent Control Block
14 udi_channel_t default_channel
20 void udi_cb_alloc_dynamic(
21 udi_cb_alloc_call_t *callback,
24 udi_channel_t default_channel,
25 udi_size_t inline_size,
26 udi_layout_t *inline_layout
32 void udi_cb_alloc_batch(
33 udi_cb_alloc_batch_call_t *callback, //!<
37 udi_boolean_t with_buf,
39 udi_buf_path_t path_handle
45 void udi_cb_free(udi_cb_t *cb)
50 void udi_cancel(udi_cancel_call_t *callback, udi_cb_t *gcb)
57 EXPORT(udi_cb_alloc_dynamic);
58 EXPORT(udi_cb_alloc_batch);