Sign in
qemu-android
/
qemu-android
/
c7c2ff0c7e5d2c04fc612d74caab19b41c52c2e9
/
.
/
include
/
hw
/
misc
/
vfio.h
blob: 0b26cd8e11b37e01da72af989c7de5f64755de8d [
file
]
#ifndef
VFIO_API_H
#define
VFIO_API_H
#include
"qemu/typedefs.h"
extern
int
vfio_container_ioctl
(
AddressSpace
*
as
,
int32_t
groupid
,
int
req
,
void
*
param
);
#endif