blob: 822bc4bee03a145e1499e0b04f81270dea47bc3e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Michael S. Tsirkin71ccc212010-11-29 19:09:01 +02002#ifndef LINUX_VHOST_TEST_H
3#define LINUX_VHOST_TEST_H
4
5/* Start a given test on the virtio null device. 0 stops all tests. */
6#define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)
Eugenio PĂ©rez264ee5a2020-04-18 12:22:13 +02007#define VHOST_TEST_SET_BACKEND _IOW(VHOST_VIRTIO, 0x32, int)
Michael S. Tsirkin71ccc212010-11-29 19:09:01 +02008
9#endif