Files
MiniVisorPkg/Sources/Platform/EFI/EfiAsm.h
Satoshi Tanda cd56f77bc0 Update comments
2020-03-07 10:48:28 -08:00

26 lines
405 B
C

/*!
@file EfiAsm.h
@brief EFI specific MASM-written functions.
@author Satoshi Tanda
@copyright Copyright (c) 2020 - , Satoshi Tanda. All rights reserved.
*/
#pragma once
#include "EfiCommon.h"
/*!
@brief The array of the default host exception handlers.
*/
VOID
AsmDefaultExceptionHandlers (
);
/*!
@brief The host NMI handler.
*/
VOID
AsmNmiExceptionHandler (
);