diff options
Diffstat (limited to 'sys/ia64/include/efi.h')
-rw-r--r-- | sys/ia64/include/efi.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/ia64/include/efi.h b/sys/ia64/include/efi.h index fe00523..a863172 100644 --- a/sys/ia64/include/efi.h +++ b/sys/ia64/include/efi.h @@ -158,6 +158,9 @@ void efi_get_time(struct efi_tm *); struct efi_md *efi_md_first(void); struct efi_md *efi_md_next(struct efi_md *); void efi_reset_system(void); -efi_status efi_set_time(struct efi_tm *); +int efi_set_time(struct efi_tm *); +int efi_var_get(efi_char *, struct uuid *, uint32_t *, size_t *, void *); +int efi_var_nextname(size_t *, efi_char *, struct uuid *); +int efi_var_set(efi_char *, struct uuid *, uint32_t *, size_t *, void *); #endif /* _MACHINE_EFI_H_ */ |