TianoCore EDK2 master
|
#include <PiDxe.h>
#include <Library/DebugLib.h>
#include <Library/DefaultExceptionHandlerLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/Cpu.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | ArmCrashDumpDxeInitialize (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC EFI_CPU_ARCH_PROTOCOL * | mCpu |
Copyright (c) 2017, Linaro, Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ArmCrashDumpDxe.c.
EFI_STATUS EFIAPI ArmCrashDumpDxeInitialize | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Definition at line 19 of file ArmCrashDumpDxe.c.
STATIC EFI_CPU_ARCH_PROTOCOL* mCpu |
Definition at line 15 of file ArmCrashDumpDxe.c.