]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/ExtendedHiiLib.h
Sync in bug fix from EDK I:
[mirror_edk2.git] / MdeModulePkg / Include / Library / ExtendedHiiLib.h
index 2b7003f738c7cdac5b4865a1598854bae073a70e..15c97603559635f710a7030dfb23068c9184ee74 100644 (file)
@@ -21,7 +21,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   that there should be DevicePath Protocol installed on it.\r
   This routine create a virtual Driver Handle by installing a vendor device\r
   path on it, so as to use it to invoke HiiDatabase.NewPackageList().\r
-  The Device Path created is a Vendor Device Path specific to Intel's implemenation.\r
+  The Device Path created is a Vendor Device Path specific to Intel's implemenation\r
+  and it is defined as HII_VENDOR_DEVICE_PATH_NODE.\r
+  \r
 \r
   @param  DriverHandle           Handle to be returned\r
 \r
@@ -33,8 +35,7 @@ EFI_STATUS
 EFIAPI\r
 HiiLibCreateHiiDriverHandle (\r
   OUT EFI_HANDLE               *DriverHandle\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Destroy the Driver Handle created by CreateHiiDriverHandle().\r
@@ -50,8 +51,7 @@ VOID
 EFIAPI\r
 HiiLibDestroyHiiDriverHandle (\r
   IN EFI_HANDLE                 DriverHandle\r
-  )\r
-;\r
+  );\r
 \r
 \r
 #endif\r