Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
3263b64b
Commit
3263b64b
authored
May 03, 2022
by
longpanda
Browse files
Reduce required low memory.
parent
69da3a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/efi.h
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/efi.h
+1
-1
No files found.
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/efi.h
View file @
3263b64b
...
@@ -88,7 +88,7 @@ EXPORT_FUNC (grub_efi_compare_device_paths) (const grub_efi_device_path_t *dp1,
...
@@ -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_iso_buf
)
(
grub_uint64_t
size
);
void
*
EXPORT_FUNC
(
grub_efi_allocate_chain_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
,
extern
void
(
*
EXPORT_VAR
(
grub_efi_net_config
))
(
grub_efi_handle_t
hnd
,
char
**
device
,
char
**
device
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment