mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-05 06:24:19 +00:00
10 lines
256 B
C
10 lines
256 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, UINTN *bufsiz);
|
|
#endif
|