]> Git Repo - qemu.git/blob - hw/acpi/viot.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / acpi / viot.h
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 */
This page took 0.026877 seconds and 4 git commands to generate.