fix: Fixed an issue with undeclared function calls (#73)

This commit is contained in:
thggdx
2024-08-22 00:30:17 +08:00
committed by GitHub
parent e02fbd3d77
commit 6993b31fb0
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
#include <version_string.h>
#include <efi_loader.h>
void led_control(const char *cmd, const char *name, const char *arg);
static void run_preboot_environment_command(void)
{
char *p;