summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/efi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/efi.h')
-rw-r--r--sys/ia64/include/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/efi.h b/sys/ia64/include/efi.h
index a863172..53ff117 100644
--- a/sys/ia64/include/efi.h
+++ b/sys/ia64/include/efi.h
@@ -161,6 +161,6 @@ void efi_reset_system(void);
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 *);
+int efi_var_set(efi_char *, struct uuid *, uint32_t, size_t, void *);
#endif /* _MACHINE_EFI_H_ */
OpenPOWER on IntegriCloud