14b6d44d47
Re-run scripts/clean-includes to apply the previous commit's corrections and updates. Besides redundant qemu/typedefs.h, this only finds a redundant config-host.h include in ui/egl-helpers.c. No idea how that escaped the previous runs. Some manual whitespace trimming around dropped includes squashed in. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
137 B
C
8 lines
137 B
C
#ifndef VFIO_API_H
|
|
#define VFIO_API_H
|
|
|
|
bool vfio_eeh_as_ok(AddressSpace *as);
|
|
int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
|
|
|
|
#endif
|