|
TianoCore EDK2 master
|
#include "AcpiTable.h"Go to the source code of this file.
Functions | |
| EFI_STATUS EFIAPI | InitializeAcpiTableDxe (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
| EFI_HANDLE | mHandle = NULL |
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_ACPI_TABLE_INSTANCE * | mPrivateData = NULL |
ACPI Table Protocol Driver
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AcpiTable.c.
| EFI_STATUS EFIAPI InitializeAcpiTableDxe | ( | IN EFI_HANDLE | ImageHandle, |
| IN EFI_SYSTEM_TABLE * | SystemTable | ||
| ) |
Entry point of the ACPI table driver. Creates and initializes an instance of the ACPI Table Protocol and installs it on a new handle.
| ImageHandle | A handle for the image that is initializing this driver. |
| SystemTable | A pointer to the EFI system table. |
Definition at line 35 of file AcpiTable.c.
| EFI_HANDLE mHandle = NULL |
Handle for the Capsule Update Policy Protocol
Definition at line 17 of file AcpiTable.c.
| GLOBAL_REMOVE_IF_UNREFERENCED EFI_ACPI_TABLE_INSTANCE* mPrivateData = NULL |
Definition at line 18 of file AcpiTable.c.