mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi_loader: static efi_query_variable_info_runtime()
This function is not used externally and hence should be static. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
f28c4b2222
commit
124725732f
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ efi_status_t efi_query_variable_info_int(u32 attributes,
|
||||||
* selected type
|
* selected type
|
||||||
* Returns: status code
|
* Returns: status code
|
||||||
*/
|
*/
|
||||||
efi_status_t __efi_runtime EFIAPI efi_query_variable_info_runtime(
|
static efi_status_t __efi_runtime EFIAPI efi_query_variable_info_runtime(
|
||||||
u32 attributes,
|
u32 attributes,
|
||||||
u64 *maximum_variable_storage_size,
|
u64 *maximum_variable_storage_size,
|
||||||
u64 *remaining_variable_storage_size,
|
u64 *remaining_variable_storage_size,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue