]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Include/Library/DefaultExceptionHandlerLib.h
ArmPkg: Apply uncrustify changes
[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
cc15a619
PG
9#ifndef DEFAULT_EXCEPTION_HANDLER_LIB_H_\r
10#define DEFAULT_EXCEPTION_HANDLER_LIB_H_\r
1e57a462 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
429309e0
MK
21 IN EFI_EXCEPTION_TYPE ExceptionType,\r
22 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
1e57a462 23 );\r
3402aac7 24\r
cc15a619 25#endif // DEFAULT_EXCEPTION_HANDLER_LIB_H_\r