1From 39274503292a6003b1b0c93f694e34f11e85ea44 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Beno=C3=AEt=20Allard?= <benoit.allard@greenbone.net>
3Date: Fri, 9 Jun 2017 11:55:14 +0200
4Subject: [PATCH] The VPrint definition is now part of the exports of
5 gnu-efi
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10Signed-off-by: Benoît Allard <benoit.allard@greenbone.net>
11---
12 efi/fio.h | 9 ---------
13 1 file changed, 9 deletions(-)
14
15diff --git a/efi/fio.h b/efi/fio.h
16index 65fff8d..a1bfe68 100644
17--- a/efi/fio.h
18+++ b/efi/fio.h
19@@ -11,15 +11,6 @@
20 #define MAX_EFI_ARGS		64
21 #define WS(c16)         (c16 == L' ' || c16 == CHAR_TAB)
22
23-/* VPrint is not in export declarations in gnu-efi lib yet
24- * although it is a global function; declare it here
25- */
26-extern UINTN
27-VPrint (
28-    IN CHAR16   *fmt,
29-    va_list     args
30-    );
31-
32 extern EFI_STATUS efi_errno;
33
34 void efi_memcpy(unsigned char *dst, unsigned char *src, size_t len);
35--
362.1.4
37
38