aboutsummaryrefslogtreecommitdiff
path: root/include/hw/vfio/vfio.h
blob: 7153604cd1a985d8e444966645cbe394ed1f3f35 (plain)
1
2
3
4
5
6
7
8
9
#ifndef VFIO_API_H
#define VFIO_API_H

#include "qemu/typedefs.h"

bool vfio_eeh_as_ok(AddressSpace *as);
int vfio_eeh_as_op(AddressSpace *as, uint32_t op);

#endif