| 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 | |
| 9 | void build_viot(MachineState *ms, GArray *table_data, BIOSLinker *linker, |
| 10 | uint16_t virtio_iommu_bdf, const char *oem_id, |
| 11 | const char *oem_table_id); |
| 12 | |
| 13 | #endif /* VIOT_H */ |