efi-boot-shim/netboot.h
Andrew Boie 75d0c1d821 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>
2013-11-12 10:25:40 -05:00

10 lines
257 B
C

#ifndef _NETBOOT_H_
#define _NETBOOT_H_
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, UINT64 *bufsiz);
#endif