diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-09 05:44:04 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-09 05:44:04 +0000 |
commit | 1e354c037214e4bdc6c1925a4a4ae0a6f30dd283 (patch) | |
tree | c09ead79a415ccbd6e11c5cf53a46116d2b307e9 /MdeModulePkg/Include/Guid/BootState.h | |
parent | e2270e40a4b29e767dc9678cea042ce5ecdfde36 (diff) | |
download | edk2-platforms-1e354c037214e4bdc6c1925a4a4ae0a6f30dd283.tar.xz |
Add function headers & file header for public header files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5023 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Guid/BootState.h')
-rw-r--r-- | MdeModulePkg/Include/Guid/BootState.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/MdeModulePkg/Include/Guid/BootState.h b/MdeModulePkg/Include/Guid/BootState.h index 5965965c0e..35faf603dc 100644 --- a/MdeModulePkg/Include/Guid/BootState.h +++ b/MdeModulePkg/Include/Guid/BootState.h @@ -1,6 +1,7 @@ -/*++
+/** @file
+ This file defines variable name and GUID to record boot state.
-Copyright (c) 2006 - 2007, Intel Corporation
+Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -9,14 +10,7 @@ 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:
-
- BootState.h
-
-Abstract:
-
- Constants and declarations that are common accross PEI and DXE.
---*/
+**/
#ifndef __BOOT_STATE_H__
#define __BOOT_STATE_H__
|