TianoCore EDK2 master
Loading...
Searching...
No Matches
ExtractSection.h
Go to the documentation of this file.
1
9#ifndef __EXTRACT_SECTION_GUID_H__
10#define __EXTRACT_SECTION_GUID_H__
11
13
14//
15// The GUID for this protocol mathes the Decompression scheme being used
16// So for example LZMA would be gLzmaCustomDecompressGuid
17//
18typedef struct {
22
23typedef struct {
27
28#endif
RETURN_STATUS(EFIAPI * EXTRACT_GUIDED_SECTION_DECODE_HANDLER)(IN CONST VOID *InputSection, OUT VOID **OutputBuffer, IN VOID *ScratchBuffer OPTIONAL, OUT UINT32 *AuthenticationStatus)
RETURN_STATUS(EFIAPI * EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER)(IN CONST VOID *InputSection, OUT UINT32 *OutputBufferSize, OUT UINT32 *ScratchBufferSize, OUT UINT16 *SectionAttribute)