mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-06 20:25:19 +00:00
netboot.h: fix build error on 32-bit systems
Function prototype/implementation mismatch. Change-Id: I89aaae1b49d0372d3aed76fc21c194e0ae55f72e Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
8e9d3af7b1
commit
434e854202
@ -5,5 +5,5 @@ extern BOOLEAN findNetboot(EFI_HANDLE image_handle);
|
|||||||
|
|
||||||
extern EFI_STATUS parseNetbootinfo(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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user