summaryrefslogtreecommitdiff
path: root/Cryptlib/Library/BaseMemoryLib.h
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2014-10-07 09:40:06 -0700
committerSteve Langasek <steve.langasek@canonical.com>2014-10-07 09:40:06 -0700
commit172647da18bb3017f2a532b86d8083559081e017 (patch)
tree18664982d411161f632081dc0c91ebbaf1e8a569 /Cryptlib/Library/BaseMemoryLib.h
parentdb8383ad9f77dece4f6864834b11c904661eb580 (diff)
downloadefi-boot-shim-172647da18bb3017f2a532b86d8083559081e017.tar.gz
efi-boot-shim-172647da18bb3017f2a532b86d8083559081e017.zip
Restore debian/patches/prototypes, which still is needed on shim 0.7
but only detected on the buildds.
Diffstat (limited to 'Cryptlib/Library/BaseMemoryLib.h')
-rw-r--r--Cryptlib/Library/BaseMemoryLib.h11
1 files changed, 11 insertions, 0 deletions
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