summaryrefslogtreecommitdiff
path: root/include/hw/vfio/vfio.h
blob: fd3933be6210c84e222754787535c03c8d63a8a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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);
bool vfio_eeh_as_ok(AddressSpace *as);
int vfio_eeh_as_op(AddressSpace *as, uint32_t op);

#endif