viot.h 340 B

12345678910111213
  1. /*
  2. * ACPI Virtual I/O Translation Table implementation
  3. *
  4. * SPDX-License-Identifier: GPL-2.0-or-later
  5. */
  6. #ifndef VIOT_H
  7. #define VIOT_H
  8. void build_viot(MachineState *ms, GArray *table_data, BIOSLinker *linker,
  9. uint16_t virtio_iommu_bdf, const char *oem_id,
  10. const char *oem_table_id);
  11. #endif /* VIOT_H */