]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiDriverEntryPoint.h
1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen...
[mirror_edk2.git] / MdePkg / Include / Library / UefiDriverEntryPoint.h
index a6c4a74e961d67733b0a680c435d10c6cad551b9..b2808e7b631f18c9bf65f778d0cd785a0fc5597d 100644 (file)
@@ -18,27 +18,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 ///\r
 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented \r
 ///\r
-extern const UINT32                   _gUefiDriverRevision;\r
-\r
-///\r
-/// Declare the number of entry points in the image. \r
-///\r
-extern const UINT8                    _gDriverEntryPointCount;\r
+extern CONST UINT32                   _gUefiDriverRevision;\r
 \r
 ///\r
 /// Declare the number of unload handler in the image. \r
 ///\r
-extern const UINT8                    _gDriverUnloadImageCount;\r
-\r
-///\r
-/// Declare the arrary of Boot Sevice Exit Event callbacks . \r
-///\r
-extern const EFI_EVENT_NOTIFY         _gDriverExitBootServicesEvent[];\r
+extern CONST UINT8                    _gDriverUnloadImageCount;\r
 \r
-///\r
-/// Declare the arrary of Virtual Address Change Event callbacks . \r
-///\r
-extern const EFI_EVENT_NOTIFY         _gDriverSetVirtualAddressMapEvent[];\r
 \r
 /**\r
   Enrty point to DXE Driver.\r