summaryrefslogtreecommitdiff
path: root/netboot.h
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-10-12 20:14:14 -0400
committerMatthew Garrett <mjg@redhat.com>2012-10-12 20:14:14 -0400
commit1c5957068f687bfa7af4080905e54c8a44ef5988 (patch)
tree414525bfc93c0929eb31fec8a4516b5a09b00bc6 /netboot.h
parente65370d770d9fc6e78516a7054aee1de1a4751d5 (diff)
downloadefi-boot-shim-1c5957068f687bfa7af4080905e54c8a44ef5988.tar.gz
efi-boot-shim-1c5957068f687bfa7af4080905e54c8a44ef5988.zip
Add draft version of Neil's netboot code
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..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