]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/Include/Library/DefaultExceptionHandlerLib.h
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Include / Library / DefaultExceptionHandlerLib.h
... / ...
CommitLineData
1/** @file\r
2\r
3 Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4\r
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
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
24\r
25#endif // DEFAULT_EXCEPTION_HANDLER_LIB_H_\r