summaryrefslogtreecommitdiff
path: root/include/netboot.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-10-19 15:44:12 -0400
committerPeter Jones <pmjones@gmail.com>2018-03-12 16:21:43 -0400
commitdc62a3c4dc3dd590fbba32c46b717088a132eb5e (patch)
tree71993be00c4695abd13d139346346bfb4c791d8d /include/netboot.h
parent1a44dbb8be12ef2a06d73b8eec07ac0acff27e68 (diff)
downloadefi-boot-shim-dc62a3c4dc3dd590fbba32c46b717088a132eb5e.tar.gz
efi-boot-shim-dc62a3c4dc3dd590fbba32c46b717088a132eb5e.zip
Move includes around to clean the source tree up a bit.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/netboot.h')
-rw-r--r--include/netboot.h9
1 files changed, 9 insertions, 0 deletions
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