From dc62a3c4dc3dd590fbba32c46b717088a132eb5e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 19 Oct 2017 15:44:12 -0400 Subject: Move includes around to clean the source tree up a bit. Signed-off-by: Peter Jones --- include/netboot.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/netboot.h (limited to 'include/netboot.h') diff --git a/include/netboot.h b/include/netboot.h new file mode 100644 index 00000000..6417373b --- /dev/null +++ b/include/netboot.h @@ -0,0 +1,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 -- cgit v1.2.3