]> git.proxmox.com Git - efi-boot-shim.git/blame - netboot.h
debian/rules, debian/shim.install: make sure the 'make install' step does what it...
[efi-boot-shim.git] / netboot.h
CommitLineData
1c595706
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
75d0c1d8 8extern EFI_STATUS FetchNetbootimage(EFI_HANDLE image_handle, VOID **buffer, UINT64 *bufsiz);
1c595706 9#endif