qemu/include/hw/vfio/vfio.h
<<
>>
Prefs
   1#ifndef VFIO_API_H
   2#define VFIO_API_H
   3
   4#include "qemu/typedefs.h"
   5
   6extern int vfio_container_ioctl(AddressSpace *as, int32_t groupid,
   7                                int req, void *param);
   8
   9#endif
  10