mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02: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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user