summaryrefslogtreecommitdiff
path: root/src/efi/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/efi/util.h')
-rw-r--r--src/efi/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/efi/util.h b/src/efi/util.h
index ce767bb..91757c4 100644
--- a/src/efi/util.h
+++ b/src/efi/util.h
@@ -40,5 +40,5 @@ CHAR8 *strchra(CHAR8 *s, CHAR8 c);
CHAR16 *stra_to_path(CHAR8 *stra);
CHAR16 *stra_to_str(CHAR8 *stra);
-INTN file_read(EFI_FILE_HANDLE dir, CHAR16 *name, CHAR8 **content);
+INTN file_read(EFI_FILE_HANDLE dir, CHAR16 *name, UINTN off, UINTN size, CHAR8 **content);
#endif