efi-boot-shim/include/netboot.h
2021-03-23 23:49:46 +00:00

13 lines
334 B
C

// SPDX-License-Identifier: BSD-2-Clause-Patent
#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 */