]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Bhyve/AcpiTables/Ssdt.asl
Add BhyvePkg, to support the bhyve hypervisor
[mirror_edk2.git] / OvmfPkg / Bhyve / AcpiTables / Ssdt.asl
1 /** @file
2 Placeholder for runtime-generated objects.
3
4 This empty table provides only a header for dynamic copying and extension,
5 and a trigger for QemuInstallAcpiSsdtTable().
6
7 Copyright (C) 2020, Rebecca Cran <rebecca@bsdio.com>
8 Copyright (C) 2012 Red Hat, Inc.
9
10 SPDX-License-Identifier: BSD-2-Clause-Patent
11
12 **/
13
14 DefinitionBlock ("Ssdt.aml", "SSDT", 1, "REDHAT", "OVMF ", 1) {
15 }