Publish the files
This commit is contained in:
27
Sources/Platform/EFI/EfiAsm.h
Normal file
27
Sources/Platform/EFI/EfiAsm.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/*!
|
||||
@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 (
|
||||
VOID
|
||||
);
|
||||
|
||||
/*!
|
||||
@brief The host NMI handler.
|
||||
*/
|
||||
VOID
|
||||
AsmNmiExceptionHandler (
|
||||
VOID
|
||||
);
|
||||
Reference in New Issue
Block a user