summaryrefslogtreecommitdiff
path: root/include/netboot.h
blob: d1ad12573454133a392f7649d7505dd15674fa1e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SHIM_NETBOOT_H
#define SHIM_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 /* SHIM_NETBOOT_H */