TianoCore EDK2
master
Loading...
Searching...
No Matches
LzmaDecompressLibInternal.h
Go to the documentation of this file.
1
9
#ifndef __LZMADECOMPRESSLIB_INTERNAL_H__
10
#define __LZMADECOMPRESSLIB_INTERNAL_H__
11
12
#include <Base.h>
13
#include <
PiPei.h
>
14
#include <
Library/BaseLib.h
>
15
#include <
Library/BaseMemoryLib.h
>
16
#include <
Library/DebugLib.h
>
17
#include <
Library/ExtractGuidedSectionLib.h
>
18
#include <
Guid/LzmaDecompress.h
>
19
54
RETURN_STATUS
55
EFIAPI
56
LzmaUefiDecompressGetInfo
(
57
IN
CONST
VOID *Source,
58
IN
UINT32 SourceSize,
59
OUT
UINT32 *DestinationSize,
60
OUT
UINT32 *ScratchSize
61
);
62
85
RETURN_STATUS
86
EFIAPI
87
LzmaUefiDecompress
(
88
IN
CONST
VOID *Source,
89
IN
UINTN
SourceSize,
90
IN
OUT
VOID *Destination,
91
IN
OUT
VOID *Scratch
92
);
93
94
#endif
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
BaseLib.h
BaseMemoryLib.h
ExtractGuidedSectionLib.h
LzmaDecompress.h
LzmaUefiDecompress
RETURN_STATUS EFIAPI LzmaUefiDecompress(IN CONST VOID *Source, IN UINTN SourceSize, IN OUT VOID *Destination, IN OUT VOID *Scratch)
Definition:
LzmaDecompress.c:182
LzmaUefiDecompressGetInfo
RETURN_STATUS EFIAPI LzmaUefiDecompressGetInfo(IN CONST VOID *Source, IN UINT32 SourceSize, OUT UINT32 *DestinationSize, OUT UINT32 *ScratchSize)
Definition:
LzmaDecompress.c:137
CONST
#define CONST
Definition:
Base.h:259
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
DebugLib.h
PiPei.h
MdeModulePkg
Library
LzmaCustomDecompressLib
LzmaDecompressLibInternal.h
Generated on Fri Nov 15 2024 18:01:11 for TianoCore EDK2 by
1.9.6