aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoît Allard <benoit.allard@greenbone.net>2017-06-09 11:55:14 +0200
committerJoakim Tjernlund <joakim.tjernlund@infinera.com>2017-11-09 19:03:50 +0100
commit7bed3e157a6432c3d5af59bb36918271c7a6750f (patch)
treee8df819164f8dbebb30cd39f0f4f7a07f11c0559
parent1d8ef995ebf79925f16c2b703b406d1f1d770903 (diff)
downloadsyslinux-7bed3e157a6432c3d5af59bb36918271c7a6750f.tar.gz
syslinux-7bed3e157a6432c3d5af59bb36918271c7a6750f.tar.xz
syslinux-7bed3e157a6432c3d5af59bb36918271c7a6750f.zip
The VPrint definition is now part of the exports of gnu-efi
Signed-off-by: Benoît Allard <benoit.allard@greenbone.net>
-rw-r--r--efi/fio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/efi/fio.h b/efi/fio.h
index 65fff8df..a1bfe68d 100644
--- a/efi/fio.h
+++ b/efi/fio.h
@@ -11,15 +11,6 @@
#define MAX_EFI_ARGS 64
#define WS(c16) (c16 == L' ' || c16 == CHAR_TAB)
-/* VPrint is not in export declarations in gnu-efi lib yet
- * although it is a global function; declare it here
- */
-extern UINTN
-VPrint (
- IN CHAR16 *fmt,
- va_list args
- );
-
extern EFI_STATUS efi_errno;
void efi_memcpy(unsigned char *dst, unsigned char *src, size_t len);