https://jxself.org/git/linux-libre.git
Raw File
Tip revision: dcb1dd0aa7d30b9db03d29c3547edb7ae6bffe5f authored by Jason Self on 09 January 2014, 20:25:21 UTC
Linux-libre 3.10.26-gnu
Tip revision: dcb1dd0
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