summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/DxeCoreEntryPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/DxeCoreEntryPoint.h')
-rw-r--r--MdePkg/Include/Library/DxeCoreEntryPoint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/DxeCoreEntryPoint.h b/MdePkg/Include/Library/DxeCoreEntryPoint.h
index 2829afcb5d..7b92e6d949 100644
--- a/MdePkg/Include/Library/DxeCoreEntryPoint.h
+++ b/MdePkg/Include/Library/DxeCoreEntryPoint.h
@@ -14,7 +14,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
///
extern VOID *gHobList;
-
/**
The entry point of PE/COFF Image for the DXE Core.
@@ -33,7 +32,6 @@ _ModuleEntryPoint (
IN VOID *HobStart
);
-
/**
Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
@@ -48,7 +46,6 @@ EfiMain (
IN VOID *HobStart
);
-
/**
Autogenerated function that calls the library constructors for all of the module's dependent libraries.
@@ -72,7 +69,6 @@ ProcessLibraryConstructorList (
IN EFI_SYSTEM_TABLE *SystemTable
);
-
/**
Autogenerated function that calls a set of module entry points.