From c005f4375e267245fd6054d215303b9bd08641d3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 14 Aug 2021 14:02:16 +0200 Subject: sd-boot: Introduce print_at helper function --- src/boot/efi/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/boot/efi/util.h') diff --git a/src/boot/efi/util.h b/src/boot/efi/util.h index f620f14212..9eef51cc7e 100644 --- a/src/boot/efi/util.h +++ b/src/boot/efi/util.h @@ -91,3 +91,5 @@ static inline VOID *mempmem_safe(const VOID *haystack, UINTN haystack_len, const CHAR8 *p = memmem_safe(haystack, haystack_len, needle, needle_len); return p ? p + needle_len : NULL; } + +VOID print_at(UINTN x, UINTN y, UINTN attr, const CHAR16 *str); -- cgit v1.2.3