18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef LINUX_VHOST_TEST_H 38c2ecf20Sopenharmony_ci#define LINUX_VHOST_TEST_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* Start a given test on the virtio null device. 0 stops all tests. */ 68c2ecf20Sopenharmony_ci#define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int) 78c2ecf20Sopenharmony_ci#define VHOST_TEST_SET_BACKEND _IOW(VHOST_VIRTIO, 0x32, int) 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#endif 10