3 * \author John Hodge (thePowersGang)
12 EXPORT(udi_buf_write);
18 udi_buf_copy_call_t *callback,
26 udi_buf_path_t path_handle
33 * \brief Write to a buffer
34 * \param callback Function to call once the write has completed
35 * \param gcb Control Block
36 * \param src_mem Source Data
37 * \param src_len Length of source data
38 * \param dst_buf Destination buffer
39 * \param dst_off Destination offset in the buffer
40 * \param dst_len Length of destination area (What the?, Redundant
41 * Department of redundacny department)
42 * \param path_handle ???
45 udi_buf_write_call_t *callback,
52 udi_buf_path_t path_handle
67 void udi_buf_free(udi_buf_t *buf)