mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-01 07:38:31 -04:00
1.0.67 release
support to browse and boot files in local disk.
This commit is contained in:
parent
dbeb4023a2
commit
a1c6fe2d24
27 changed files with 709 additions and 50 deletions
|
@ -218,6 +218,7 @@ grub_err_t EXPORT_FUNC(grub_file_close) (grub_file_t file);
|
|||
|
||||
int EXPORT_FUNC(grub_file_is_vlnk_suffix)(const char *name, int len);
|
||||
int EXPORT_FUNC(grub_file_add_vlnk)(const char *src, const char *dst);
|
||||
int EXPORT_FUNC(grub_file_vtoy_vlnk)(const char *src, const char *dst);
|
||||
const char * EXPORT_FUNC(grub_file_get_vlnk)(const char *name, int *vlnk);
|
||||
|
||||
/* Return value of grub_file_size() in case file size is unknown. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue