https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3e3b5ca55cc2f9213b527625af9705f980c31f0c authored by Jason Self on 07 September 2014, 03:46:36 UTC
Linux-libre 3.12.28-gnu
Tip revision: 3e3b5ca
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