]> git.proxmox.com Git - efi-boot-shim.git/blame - netboot.h
Cryptlib: Update to the latest edk2 commit
[efi-boot-shim.git] / netboot.h
CommitLineData
d8e330b9
MG
1#ifndef _NETBOOT_H_
2#define _NETBOOT_H_
3
4extern BOOLEAN findNetboot(EFI_HANDLE image_handle);
5
6extern EFI_STATUS parseNetbootinfo(EFI_HANDLE image_handle);
7
434e8542 8extern EFI_STATUS FetchNetbootimage(EFI_HANDLE image_handle, VOID **buffer, UINT64 *bufsiz);
d8e330b9 9#endif