Blame view

drivers/vhost/test.h 287 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
71ccc212e   Michael S. Tsirkin   vhost test module
2
3
4
5
6
  #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)
264ee5aa8   Eugenio PĂ©rez   tools/virtio: Add...
7
  #define VHOST_TEST_SET_BACKEND _IOW(VHOST_VIRTIO, 0x32, int)
71ccc212e   Michael S. Tsirkin   vhost test module
8
9
  
  #endif