summaryrefslogtreecommitdiff
path: root/Cryptlib/Library
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2014-10-07 00:30:44 +0000
committerSteve Langasek <steve.langasek@canonical.com>2014-10-07 00:30:44 +0000
commite34fca619d8a75f3b67d59d45cdd9db4da2342e6 (patch)
treefab53b36b97b7f27f3ea2bf68370e8a8bf1dae1a /Cryptlib/Library
parentc61b06bc69b046c0e85b3e3cec684bd9aa17ff19 (diff)
downloadefi-boot-shim-e34fca619d8a75f3b67d59d45cdd9db4da2342e6.tar.gz
efi-boot-shim-e34fca619d8a75f3b67d59d45cdd9db4da2342e6.zip
Drop prototypes patch, apparently not needed upstream
Diffstat (limited to 'Cryptlib/Library')
-rw-r--r--Cryptlib/Library/BaseMemoryLib.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Cryptlib/Library/BaseMemoryLib.h b/Cryptlib/Library/BaseMemoryLib.h
index 6b11bcef..e69de29b 100644
--- a/Cryptlib/Library/BaseMemoryLib.h
+++ b/Cryptlib/Library/BaseMemoryLib.h
@@ -1,11 +0,0 @@
-#ifndef __BASE_MEMORY_LIB__
-#define __BASE_MEMORY_LIB__
-
-CHAR8 *
-ScanMem8 (
- IN CHAR8 *Buffer,
- IN UINTN Size,
- IN CHAR8 Value
- );
-
-#endif