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
56RETURN_STATUS
57EFIAPI
59 IN CONST VOID *Source,
60 IN UINT32 SourceSize,
61 OUT UINT32 *DestinationSize,
62 OUT UINT32 *ScratchSize
63 );
64
94RETURN_STATUS
95EFIAPI
97 IN CONST VOID *Source,
98 IN OUT VOID *Destination,
99 IN OUT VOID *Scratch OPTIONAL
100 );
101
102#endif
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFIAPI UefiDecompress(IN CONST VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch OPTIONAL)
RETURN_STATUS EFIAPI UefiDecompressGetInfo(IN CONST VOID *Source, IN UINT32 SourceSize, OUT UINT32 *DestinationSize, OUT UINT32 *ScratchSize)