diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-10-12 20:14:14 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-10-12 20:14:14 -0400 |
| commit | 1c5957068f687bfa7af4080905e54c8a44ef5988 (patch) | |
| tree | 414525bfc93c0929eb31fec8a4516b5a09b00bc6 /netboot.h | |
| parent | e65370d770d9fc6e78516a7054aee1de1a4751d5 (diff) | |
| download | efi-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.h | 9 |
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 |
