diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2012-12-12 16:36:10 -0800 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2012-12-12 16:36:10 -0800 |
| commit | 7f61250830921321a77c879e33177fe0cb6336db (patch) | |
| tree | d96f123803050e2261bc7216cce867aa2983cc80 /netboot.h | |
| parent | 750a67ea1e23507b48def988af1fc9c84c3f9e25 (diff) | |
| parent | 8d311bc7e7f1a69858a8355392c6745d01e841de (diff) | |
| download | efi-boot-shim-7f61250830921321a77c879e33177fe0cb6336db.tar.gz efi-boot-shim-7f61250830921321a77c879e33177fe0cb6336db.zip | |
Import upstream version 0~20120906.bcd0a4e8+bzr106
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 |
