TianoCore EDK2 master
Loading...
Searching...
No Matches
Decompress.h
Go to the documentation of this file.
1
12#ifndef __DECOMPRESS_PPI_H__
13#define __DECOMPRESS_PPI_H__
14
15#define EFI_PEI_DECOMPRESS_PPI_GUID \
16 { 0x1a36e4e7, 0xfab6, 0x476a, { 0x8e, 0x75, 0x69, 0x5a, 0x5, 0x76, 0xfd, 0xd7 } }
17
19
45typedef
49 IN CONST EFI_COMPRESSION_SECTION *InputSection,
50 OUT VOID **OutputBuffer,
51 OUT UINTN *OutputSize
52 );
53
62};
63
64extern EFI_GUID gEfiPeiDecompressPpiGuid;
65
66#endif
UINT64 UINTN
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS(EFIAPI * EFI_PEI_DECOMPRESS_DECOMPRESS)(IN CONST EFI_PEI_DECOMPRESS_PPI *This, IN CONST EFI_COMPRESSION_SECTION *InputSection, OUT VOID **OutputBuffer, OUT UINTN *OutputSize)
Definition: Decompress.h:47
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213