summaryrefslogtreecommitdiff
path: root/Cryptlib/Library/BaseLib.h
blob: c29919ea792a680c86de53f701c215928c7de6c1 (plain)
1
2
3
4
5
6
7
8
#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);
UINTN AsciiStrDecimalToUintn(const char *String);