TianoCore EDK2 master
|
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/AcpiTable.h>
#include "AcpiPlatform.h"
Go to the source code of this file.
Functions | |
STATIC EFI_ACPI_TABLE_PROTOCOL * | FindAcpiTableProtocol (VOID) |
EFI_STATUS EFIAPI | AcpiPlatformEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Entry point of OVMF ACPI Platform Driver for Xen guests
Copyright (C) 2015-2021, Red Hat, Inc. Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EntryPoint.c.
EFI_STATUS EFIAPI AcpiPlatformEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Definition at line 36 of file EntryPoint.c.
STATIC EFI_ACPI_TABLE_PROTOCOL * FindAcpiTableProtocol | ( | VOID | ) |
Definition at line 18 of file EntryPoint.c.