]> 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 6908830f13c4154042cefe440775c6bec5c72835..b2808e7b631f18c9bf65f778d0cd785a0fc5597d 100644 (file)
@@ -15,33 +15,19 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __MODULE_ENTRY_POINT_H__\r
 #define __MODULE_ENTRY_POINT_H__\r
 \r
-//\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
-\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
-\r
-//\r
-// Declare the arrary of Virtual Address Change Event callbacks . \r
-//\r
-extern const EFI_EVENT_NOTIFY         _gDriverSetVirtualAddressMapEvent[];\r
+///\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 unload handler in the image. \r
+///\r
+extern CONST UINT8                    _gDriverUnloadImageCount;\r
+\r
 \r
 /**\r
-  Enrty point to DXE SMM Driver.\r
+  Enrty point to DXE Driver.\r
 \r
   @param  ImageHandle ImageHandle of the loaded driver.\r
   @param  SystemTable Pointer to the EFI System Table.\r