https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9349cae741bb38e1c987ecd64cceb9a9a488d3fc authored by Jason Self on 18 January 2012, 15:33:26 UTC
Linux-libre 3.1.10-gnu1
Tip revision: 9349cae
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