From 1c5957068f687bfa7af4080905e54c8a44ef5988 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Fri, 12 Oct 2012 20:14:14 -0400 Subject: Add draft version of Neil's netboot code --- netboot.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 netboot.h (limited to 'netboot.h') diff --git a/netboot.h b/netboot.h new file mode 100644 index 00000000..2cdb4218 --- /dev/null +++ b/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, UINTN *bufsiz); +#endif -- cgit v1.2.3