aml-build.h (c5ea91da443b458352c1b629b490ee6631775cb4) aml-build.h (7dd0b070fa09311a0330d0309c8cd9afeb081e79)
1#ifndef HW_ACPI_AML_BUILD_H
2#define HW_ACPI_AML_BUILD_H
3
4#include "hw/acpi/acpi-defs.h"
5#include "hw/acpi/bios-linker-loader.h"
6
7#define ACPI_BUILD_APPNAME6 "BOCHS "
8#define ACPI_BUILD_APPNAME8 "BXPC "

--- 483 unchanged lines hidden (view full) ---

492void build_pptt(GArray *table_data, BIOSLinker *linker, MachineState *ms,
493 const char *oem_id, const char *oem_table_id);
494
495void build_fadt(GArray *tbl, BIOSLinker *linker, const AcpiFadtData *f,
496 const char *oem_id, const char *oem_table_id);
497
498void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog,
499 const char *oem_id, const char *oem_table_id);
1#ifndef HW_ACPI_AML_BUILD_H
2#define HW_ACPI_AML_BUILD_H
3
4#include "hw/acpi/acpi-defs.h"
5#include "hw/acpi/bios-linker-loader.h"
6
7#define ACPI_BUILD_APPNAME6 "BOCHS "
8#define ACPI_BUILD_APPNAME8 "BXPC "

--- 483 unchanged lines hidden (view full) ---

492void build_pptt(GArray *table_data, BIOSLinker *linker, MachineState *ms,
493 const char *oem_id, const char *oem_table_id);
494
495void build_fadt(GArray *tbl, BIOSLinker *linker, const AcpiFadtData *f,
496 const char *oem_id, const char *oem_table_id);
497
498void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog,
499 const char *oem_id, const char *oem_table_id);
500
501void build_spcr(GArray *table_data, BIOSLinker *linker,
502 const AcpiSpcrData *f, const uint8_t rev,
503 const char *oem_id, const char *oem_table_id);
500#endif
504#endif