summaryrefslogtreecommitdiff
path: root/Cryptlib/Library/BaseLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/Library/BaseLib.h')
-rw-r--r--Cryptlib/Library/BaseLib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cryptlib/Library/BaseLib.h b/Cryptlib/Library/BaseLib.h
index 4c99fa9b..5d326844 100644
--- a/Cryptlib/Library/BaseLib.h
+++ b/Cryptlib/Library/BaseLib.h
@@ -1,2 +1,9 @@
#include <efi.h>
#include <efilib.h>
+
+UINT32 WriteUnaligned32 (UINT32 *Buffer, UINT32 Value);
+UINTN AsciiStrSize (CHAR8 *string);
+char *AsciiStrnCpy(char *Destination, char *Source, UINTN count);
+char *AsciiStrCat(char *Destination, char *Source);
+CHAR8 *AsciiStrCpy(CHAR8 *Destination, CHAR8 *Source);
+UINTN AsciiStrDecimalToUintn(const char *String);