https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ac38bb09aa41fcbef29446489b92fb8a22a4c278 authored by Jason Self on 02 June 2014, 06:36:54 UTC
Linux-libre 3.12.21-gnu
Tip revision: ac38bb0
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