X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FInterfaces%2FUDI%2Fbuf.c;h=5327cc8b957b6dcd85d9d54a855e95353e3b365b;hb=717454930aa0e255517c68c837927deac49bd78e;hp=3255911d470b0f78fcd66d41bfbe21daf3ebd79f;hpb=0dbc91f0676576b954aa95dafdb434ce19bc805c;p=tpg%2Facess2.git diff --git a/Modules/Interfaces/UDI/buf.c b/Modules/Interfaces/UDI/buf.c index 3255911d..5327cc8b 100644 --- a/Modules/Interfaces/UDI/buf.c +++ b/Modules/Interfaces/UDI/buf.c @@ -1,6 +1,8 @@ /** * \file buf.c * \author John Hodge (thePowersGang) + * + * Buffer Manipulation */ #include #include @@ -27,6 +29,18 @@ void udi_buf_copy( UNIMPLEMENTED(); } +/** + * \brief Write to a buffer + * \param callback Function to call once the write has completed + * \param gcb Control Block + * \param src_mem Source Data + * \param src_len Length of source data + * \param dst_buf Destination buffer + * \param dst_off Destination offset in the buffer + * \param dst_len Length of destination area (What the?, Redundant + * Department of redundacny department) + * \param path_handle ??? + */ void udi_buf_write( udi_buf_write_call_t *callback, udi_cb_t *gcb,