summaryrefslogtreecommitdiff
path: root/netboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'netboot.h')
-rw-r--r--netboot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/netboot.h b/netboot.h
new file mode 100644
index 00000000..6417373b
--- /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, UINT64 *bufsiz);
+#endif