Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef LINUX_VHOST_TEST_H
0003 #define LINUX_VHOST_TEST_H
0004 
0005 /* Start a given test on the virtio null device. 0 stops all tests. */
0006 #define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)
0007 #define VHOST_TEST_SET_BACKEND _IOW(VHOST_VIRTIO, 0x32, int)
0008 
0009 #endif