]> Git Repo - qemu.git/blame - hw/iov.h
iov: Introduce a new file for helpers around iovs, add iov_from_buf()
[qemu.git] / hw / iov.h
CommitLineData
e4d5639d
AS
1/*
2 * Helpers for getting linearized buffers from iov / filling buffers into iovs
3 *
4 * Copyright (C) 2010 Red Hat, Inc.
5 *
6 * Author(s):
7 * Amit Shah <[email protected]>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
11 */
12
13#include "qemu-common.h"
14
15size_t iov_from_buf(struct iovec *iov, unsigned int iovcnt,
16 const void *buf, size_t size);
This page took 0.020338 seconds and 4 git commands to generate.