mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-05 22:16:41 +00:00

... and make them all the same formatting too. Signed-off-by: Peter Jones <pjones@redhat.com>
11 lines
285 B
C
11 lines
285 B
C
#ifndef SHIM_NETBOOT_H
|
|
#define SHIM_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 /* SHIM_NETBOOT_H */
|