TianoCore EDK2
master
Loading...
Searching...
No Matches
UefiDecompressLib.h
Go to the documentation of this file.
1
14
#ifndef __UEFI_DECPOMPRESS_LIB_H__
15
#define __UEFI_DECPOMPRESS_LIB_H__
16
56
RETURN_STATUS
57
EFIAPI
58
UefiDecompressGetInfo
(
59
IN
CONST
VOID *Source,
60
IN
UINT32 SourceSize,
61
OUT
UINT32 *DestinationSize,
62
OUT
UINT32 *ScratchSize
63
);
64
94
RETURN_STATUS
95
EFIAPI
96
UefiDecompress
(
97
IN
CONST
VOID *Source,
98
IN
OUT
VOID *Destination,
99
IN
OUT
VOID *Scratch OPTIONAL
100
);
101
102
#endif
CONST
#define CONST
Definition:
Base.h:259
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
UefiDecompress
RETURN_STATUS EFIAPI UefiDecompress(IN CONST VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch OPTIONAL)
Definition:
BaseUefiDecompressLib.c:849
UefiDecompressGetInfo
RETURN_STATUS EFIAPI UefiDecompressGetInfo(IN CONST VOID *Source, IN UINT32 SourceSize, OUT UINT32 *DestinationSize, OUT UINT32 *ScratchSize)
Definition:
BaseUefiDecompressLib.c:678
MdePkg
Include
Library
UefiDecompressLib.h
Generated on Fri Nov 15 2024 18:01:15 for TianoCore EDK2 by
1.9.6