Revision 348e7b8d iov.h

b/iov.h
12 12

  
13 13
#include "qemu-common.h"
14 14

  
15
size_t iov_from_buf(struct iovec *iov, unsigned int iovcnt,
16
                    const void *buf, size_t size);
17
size_t iov_to_buf(const struct iovec *iov, const unsigned int iovcnt,
18
                  void *buf, size_t offset, size_t size);
19
size_t iov_size(const struct iovec *iov, const unsigned int iovcnt);
15
size_t iov_from_buf(struct iovec *iov, unsigned int iov_cnt,
16
                    const void *buf, size_t iov_off, size_t size);
17
size_t iov_to_buf(const struct iovec *iov, const unsigned int iov_cnt,
18
                  void *buf, size_t iov_off, size_t size);
19
size_t iov_size(const struct iovec *iov, const unsigned int iov_cnt);

Also available in: Unified diff