Sign in
qemu
/
qemu
/
eb60aa5737463d9143c0edde0fcd3a1eff44a633
/
.
/
include
/
hw
/
vfio
/
vfio.h
blob: 0b26cd8e11b37e01da72af989c7de5f64755de8d [
file
] [
log
] [
blame
]
#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