]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
netboot.h: fix build error on 32-bit systems
authorAndrew Boie <andrew.p.boie@intel.com>
Tue, 12 Nov 2013 15:25:40 +0000 (10:25 -0500)
committerPeter Jones <pjones@redhat.com>
Tue, 12 Nov 2013 15:25:40 +0000 (10:25 -0500)
Function prototype/implementation mismatch.

Change-Id: I89aaae1b49d0372d3aed76fc21c194e0ae55f72e
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
netboot.h

index 2cdb42186fa63fe77410abeba75f88157364f7a2..6417373be3ae8376c316d1db5e98c90bbe0cfb7e 100644 (file)
--- 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