TianoCore EDK2 master
Loading...
Searching...
No Matches
DefaultExceptionHandlerLib.h
Go to the documentation of this file.
1
9#ifndef DEFAULT_EXCEPTION_HANDLER_LIB_H_
10#define DEFAULT_EXCEPTION_HANDLER_LIB_H_
11
19VOID
21 IN EFI_EXCEPTION_TYPE ExceptionType,
22 IN OUT EFI_SYSTEM_CONTEXT SystemContext
23 );
24
25#endif // DEFAULT_EXCEPTION_HANDLER_LIB_H_
VOID DefaultExceptionHandler(IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
INTN EFI_EXCEPTION_TYPE
Definition: DebugSupport.h:35