162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef LINUX_VHOST_TEST_H 362306a36Sopenharmony_ci#define LINUX_VHOST_TEST_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* Start a given test on the virtio null device. 0 stops all tests. */ 662306a36Sopenharmony_ci#define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int) 762306a36Sopenharmony_ci#define VHOST_TEST_SET_BACKEND _IOW(VHOST_VIRTIO, 0x32, int) 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#endif 10