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