efi_loader: export efi_set_time()
To let a board implement the runtime version of SetTime() we have to provide the definition of the weak function in an include. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
e6bcc35452
commit
656f17106b
1 changed files with 2 additions and 0 deletions
|
@ -594,6 +594,8 @@ efi_status_t __efi_runtime EFIAPI efi_get_time(
|
|||
struct efi_time *time,
|
||||
struct efi_time_cap *capabilities);
|
||||
|
||||
efi_status_t __efi_runtime EFIAPI efi_set_time(struct efi_time *time);
|
||||
|
||||
#ifdef CONFIG_CMD_BOOTEFI_SELFTEST
|
||||
/*
|
||||
* Entry point for the tests of the EFI API.
|
||||
|
|
Loading…
Reference in a new issue