]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Reduce required low memory.
authorlongpanda <admin@ventoy.net>
Tue, 3 May 2022 11:13:29 +0000 (19:13 +0800)
committerlongpanda <admin@ventoy.net>
Tue, 3 May 2022 11:13:29 +0000 (19:13 +0800)
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/efi.h

index 7aea5b2a383431de7852c393c1420ca44e23e488..aec589c38074627b7bc563839733822cc7934bd2 100644 (file)
@@ -88,7 +88,7 @@ EXPORT_FUNC (grub_efi_compare_device_paths) (const grub_efi_device_path_t *dp1,
 
 void * EXPORT_FUNC (grub_efi_allocate_iso_buf) (grub_uint64_t size);
 void * EXPORT_FUNC (grub_efi_allocate_chain_buf) (grub_uint64_t size);
-void EXPORT_FUNC (grub_efi_get_reserved_page_num) (grub_uint64_t *total, grub_uint64_t *required);
+void EXPORT_FUNC (grub_efi_get_reserved_page_num) (grub_uint64_t *total, grub_uint64_t *org_required, grub_uint64_t *new_required);
 
 extern void (*EXPORT_VAR(grub_efi_net_config)) (grub_efi_handle_t hnd, 
                                                char **device,