From 76e675cb49c973c62e5107f2d36330941f3888e7 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 4 Oct 2012 17:46:23 +0000 Subject: debian/patches/prototypes: Include missing prototypes, and disable use of BIO_new_file. --- Cryptlib/Library/BaseMemoryLib.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cryptlib/Library/BaseMemoryLib.h') diff --git a/Cryptlib/Library/BaseMemoryLib.h b/Cryptlib/Library/BaseMemoryLib.h index e69de29b..6b11bcef 100644 --- a/Cryptlib/Library/BaseMemoryLib.h +++ b/Cryptlib/Library/BaseMemoryLib.h @@ -0,0 +1,11 @@ +#ifndef __BASE_MEMORY_LIB__ +#define __BASE_MEMORY_LIB__ + +CHAR8 * +ScanMem8 ( + IN CHAR8 *Buffer, + IN UINTN Size, + IN CHAR8 Value + ); + +#endif -- cgit v1.2.3