summaryrefslogtreecommitdiff
path: root/Cryptlib/Library/BaseMemoryLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/Library/BaseMemoryLib.h')
-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