summaryrefslogtreecommitdiff
path: root/netboot.h
blob: 6417373be3ae8376c316d1db5e98c90bbe0cfb7e (plain)
1
2
3
4
5
6
7
8
9
#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, UINT64 *bufsiz);
#endif