mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-03 10:17:46 +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_
|
||||
#define _HTTPBOOT_H_
|
||||
|
||||
BOOLEAN find_httpboot (EFI_DEVICE_PATH *devpath);
|
||||
|
||||
EFI_STATUS httpboot_fetch_buffer (EFI_HANDLE image, VOID **buffer, UINT64 *buf_size);
|
||||
extern BOOLEAN find_httpboot(EFI_HANDLE device);
|
||||
extern EFI_STATUS httpboot_fetch_buffer(EFI_HANDLE image, VOID **buffer,
|
||||
UINT64 *buf_size);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user