mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 22:18:44 +00:00
6 lines
147 B
C
6 lines
147 B
C
#define DO_SEARCH_FILE 1
|
|
#define FUNC_NAME grub_search_fs_file
|
|
#define COMMAND_NAME "search.file"
|
|
#define SEARCH_TARGET "file"
|
|
#include "search.c"
|