mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-07 23:06:00 +00:00
Fix the declaration of find_httpboot() to match its implementation.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
8c42b9389f
commit
3832428e02
@ -34,8 +34,8 @@
|
|||||||
#ifndef _HTTPBOOT_H_
|
#ifndef _HTTPBOOT_H_
|
||||||
#define _HTTPBOOT_H_
|
#define _HTTPBOOT_H_
|
||||||
|
|
||||||
BOOLEAN find_httpboot (EFI_DEVICE_PATH *devpath);
|
extern BOOLEAN find_httpboot(EFI_HANDLE device);
|
||||||
|
extern EFI_STATUS httpboot_fetch_buffer(EFI_HANDLE image, VOID **buffer,
|
||||||
EFI_STATUS httpboot_fetch_buffer (EFI_HANDLE image, VOID **buffer, UINT64 *buf_size);
|
UINT64 *buf_size);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user