X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FUefiBootManagerLib%2FInternalBm.h;fp=MdeModulePkg%2FLibrary%2FUefiBootManagerLib%2FInternalBm.h;h=07ee45bbfab76d9b3ff6bc72a680470178d57031;hp=e1c5a96947178023eb59bfc3cd480a11fc65bfe2;hb=3a986a353db249e3ae128d47bff3a13c6e13a037;hpb=eab4016490c863895c8773033dfe651b9dc90816 diff --git a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h index e1c5a96947..07ee45bbfa 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h +++ b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h @@ -207,13 +207,10 @@ BmWriteBootToOsPerformanceData ( @param Boot TRUE if current boot option belongs to boot category instead of application category. - @param RamDiskSizeInPages Reserved memory size in pages occupied by - RAM Disk. **/ VOID BmSetMemoryTypeInformationVariable ( - IN BOOLEAN Boot, - IN UINTN RamDiskSizeInPages + IN BOOLEAN Boot ); /**