diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-10 07:13:54 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-10 07:13:54 +0000 |
commit | ed7752ec44001d317f79c8631dccd9650c396617 (patch) | |
tree | d1a5c69c928a254f9f25154e67f839beed6d5a77 /IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h | |
parent | 7859df05bc72e11927877e2f4886af4024731984 (diff) | |
download | edk2-platforms-ed7752ec44001d317f79c8631dccd9650c396617.tar.xz |
Add some function/header comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5037 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h b/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h index c03524e02b..3e98785c2b 100644 --- a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h +++ b/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h @@ -1,5 +1,6 @@ /** @file
-
+ Custom decompress Guid definitions
+
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -9,20 +10,12 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- CustomDecompress.h
-
-Abstract:
-
- Custom decompress Guid definitions
-
**/
#ifndef __EFI_CUSTOM_DECOMPRESS_GUID_H__
#define __EFI_CUSTOM_DECOMPRESS_GUID_H__
-#define TINAO_CUSTOM_DECOMPRESS_GUID \
+#define TIANO_CUSTOM_DECOMPRESS_GUID \
{ 0xA31280AD, 0x481E, 0x41B6, { 0x95, 0xE8, 0x12, 0x7F, 0x4C, 0x98, 0x47, 0x79 } }
extern GUID gTianoCustomDecompressGuid;
|