]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Include/Library/DefaultExceptionHandlerLib.h
ArmPkg: Allow platforms to supply more data for SMBIOS Type3 record
[mirror_edk2.git] / ArmPkg / Include / Library / DefaultExceptionHandlerLib.h
CommitLineData
1e57a462 1/** @file\r
2\r
3 Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4\r
4059386c 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
1e57a462 6\r
7**/\r
8\r
9#ifndef __DEFAULT_EXCEPTION_HANDLER_LIB_H__\r
10#define __DEFAULT_EXCEPTION_HANDLER_LIB_H__\r
11\r
12/**\r
13 This is the default action to take on an unexpected exception\r
14\r
15 @param ExceptionType Type of the exception\r
16 @param SystemContext Register state at the time of the Exception\r
17\r
18**/\r
19VOID\r
20DefaultExceptionHandler (\r
21 IN EFI_EXCEPTION_TYPE ExceptionType,\r
22 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
23 );\r
3402aac7
RC
24\r
25#endif\r