https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 25b2b8157293b9c063c9cd62bf67e0baca27dfbe authored by Jason Self on 30 September 2014, 15:17:36 UTC
Linux-libre 3.12.29-gnu
Tip revision: 25b2b81
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