https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a6040fa3ea7d1d85d76f700712206a46ce38a1f8 authored by Jason Self on 08 September 2013, 05:10:22 UTC
Linux-libre 3.10.11-gnu
Tip revision: a6040fa
test.h
#ifndef LINUX_VHOST_TEST_H
#define LINUX_VHOST_TEST_H

/* Start a given test on the virtio null device. 0 stops all tests. */
#define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)

#endif
back to top