1.0.67 release

support to browse and boot files in local disk.
This commit is contained in:
longpanda 2022-02-14 23:31:54 +08:00
parent dbeb4023a2
commit a1c6fe2d24
27 changed files with 709 additions and 50 deletions

View file

@ -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. */