From 172647da18bb3017f2a532b86d8083559081e017 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 7 Oct 2014 09:40:06 -0700 Subject: Restore debian/patches/prototypes, which still is needed on shim 0.7 but only detected on the buildds. --- 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