VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/Include/Guid/ExtractSection.h@ 85718

Last change on this file since 85718 was 85718, checked in by vboxsync, 5 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 658 bytes
Line 
1/** @file
2
3 Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef __EXTRACT_SECTION_GUID_H__
10#define __EXTRACT_SECTION_GUID_H__
11
12#include <Library/ExtractGuidedSectionLib.h>
13
14
15//
16// The GUID for this protocol mathes the Decompression scheme being used
17// So for example LZMA would be gLzmaCustomDecompressGuid
18//
19typedef struct {
20 EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER SectionGetInfo;
21 EXTRACT_GUIDED_SECTION_DECODE_HANDLER SectionExtraction;
22} EXTRACT_SECTION_DATA;
23
24typedef struct {
25 EFI_HOB_GUID_TYPE Hob;
26 EXTRACT_SECTION_DATA Data;
27} EXTRACT_SECTION_HOB;
28
29#endif
30
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette