summaryrefslogtreecommitdiff
path: root/netboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'netboot.h')
-rw-r--r--netboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netboot.h b/netboot.h
index 2cdb4218..6417373b 100644
--- a/netboot.h
+++ b/netboot.h
@@ -5,5 +5,5 @@ extern BOOLEAN findNetboot(EFI_HANDLE image_handle);
extern EFI_STATUS parseNetbootinfo(EFI_HANDLE image_handle);
-extern EFI_STATUS FetchNetbootimage(EFI_HANDLE image_handle, VOID **buffer, UINTN *bufsiz);
+extern EFI_STATUS FetchNetbootimage(EFI_HANDLE image_handle, VOID **buffer, UINT64 *bufsiz);
#endif