https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7730df8189d1fadf36ec02940c2fe953e84737b4 authored by Jason Self on 02 November 2015, 08:35:12 UTC
Linux-libre 3.12.50-gnu
Tip revision: 7730df8
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