X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FExtendedHiiLib.h;h=15c97603559635f710a7030dfb23068c9184ee74;hb=ca9d3a9dedfc5f19d574f29bae062e9bef33bb99;hp=2b7003f738c7cdac5b4865a1598854bae073a70e;hpb=5f597758e20f046a7a76e728370b99308cf2c8a0;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/ExtendedHiiLib.h b/MdeModulePkg/Include/Library/ExtendedHiiLib.h index 2b7003f738..15c9760355 100644 --- a/MdeModulePkg/Include/Library/ExtendedHiiLib.h +++ b/MdeModulePkg/Include/Library/ExtendedHiiLib.h @@ -21,7 +21,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. that there should be DevicePath Protocol installed on it. This routine create a virtual Driver Handle by installing a vendor device path on it, so as to use it to invoke HiiDatabase.NewPackageList(). - The Device Path created is a Vendor Device Path specific to Intel's implemenation. + The Device Path created is a Vendor Device Path specific to Intel's implemenation + and it is defined as HII_VENDOR_DEVICE_PATH_NODE. + @param DriverHandle Handle to be returned @@ -33,8 +35,7 @@ EFI_STATUS EFIAPI HiiLibCreateHiiDriverHandle ( OUT EFI_HANDLE *DriverHandle - ) -; + ); /** Destroy the Driver Handle created by CreateHiiDriverHandle(). @@ -50,8 +51,7 @@ VOID EFIAPI HiiLibDestroyHiiDriverHandle ( IN EFI_HANDLE DriverHandle - ) -; + ); #endif