11#ifndef __BROTLI_DECOMPRESS_UEFI_SUP_H__
12#define __BROTLI_DECOMPRESS_UEFI_SUP_H__
18#define memmove CopyMem
19#define memset(dest, ch, count) SetMem(dest,(UINTN)(count),(UINT8)(ch))
20#define malloc BrDummyMalloc
21#define free BrDummyFree
28typedef UINT16 uint16_t;
29typedef UINT32 uint32_t;
30typedef UINT64 uint64_t;
VOID BrDummyFree(IN VOID *Ptr)
VOID * BrDummyMalloc(IN size_t Size)