]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/LzmaDecompress.h
Update code style and comments
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / LzmaDecompress.h
CommitLineData
b4b6c8de
LG
1/** @file\r
2 Lzma Custom decompress algorithm Guid definition\r
306bf4e2 3\r
b4b6c8de 4Copyright (c) 2009, Intel Corporation\r
306bf4e2 5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
b4b6c8de 13**/\r
306bf4e2 14\r
15#ifndef __LZMA_DECOMPRESS_GUID_H__\r
16#define __LZMA_DECOMPRESS_GUID_H__\r
17\r
18#define LZMA_CUSTOM_DECOMPRESS_GUID \\r
19 { 0xEE4E5898, 0x3914, 0x4259, { 0x9D, 0x6E, 0xDC, 0x7B, 0xD7, 0x94, 0x03, 0xCF } }\r
20\r
21extern GUID gLzmaCustomDecompressGuid;\r
22\r
23#endif\r