mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-25 07:41:40 +02:00
efi_loader: make gop_blt() static
This function is not used externally. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
b9276637ce
commit
f28c4b2222
@ -400,7 +400,8 @@ out:
|
|||||||
* @delta: length in bytes of a line in the pixel buffer (optional)
|
* @delta: length in bytes of a line in the pixel buffer (optional)
|
||||||
* Return: status code
|
* Return: status code
|
||||||
*/
|
*/
|
||||||
efi_status_t EFIAPI gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer,
|
static efi_status_t EFIAPI gop_blt(struct efi_gop *this,
|
||||||
|
struct efi_gop_pixel *buffer,
|
||||||
u32 operation, efi_uintn_t sx,
|
u32 operation, efi_uintn_t sx,
|
||||||
efi_uintn_t sy, efi_uintn_t dx,
|
efi_uintn_t sy, efi_uintn_t dx,
|
||||||
efi_uintn_t dy, efi_uintn_t width,
|
efi_uintn_t dy, efi_uintn_t width,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user