TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiPlatform.h
Go to the documentation of this file.
1
9#ifndef ACPI_PLATFORM_H_
10#define ACPI_PLATFORM_H_
11
12#include <Protocol/AcpiTable.h> // EFI_ACPI_TABLE_PROTOCOL
13
15EFIAPI
16InstallCloudHvTablesTdx (
17 IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol
18 );
19
21EFIAPI
22InstallCloudHvTables (
23 IN EFI_ACPI_TABLE_PROTOCOL *AcpiProtocol
24 );
25
27EFIAPI
30 );
31
32#endif
EFI_STATUS EFIAPI InstallAcpiTables(IN EFI_ACPI_TABLE_PROTOCOL *AcpiTable)
Definition: AcpiPlatform.c:30
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29