]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/BdsDxe/BootMaint/FormGuid.h
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / BootMaint / FormGuid.h
index 9c0adf2bba10676939888c454fb74f13868021e8..2523d64c665dc5eaa514d082e191f8649d45ed49 100644 (file)
@@ -1,6 +1,7 @@
-/*++\r
+/** @file\r
+  Formset guids, form id and VarStore data structure for Boot Maintenance Manager.\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation\r
+Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -9,17 +10,9 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  FormGuid.h\r
-\r
-Abstract:\r
-\r
-  Formset guids, form id and VarStore data structure for Boot Maintenance Manager.\r
-\r
---*/\r
-#ifndef _FORM_GUID_H\r
-#define _FORM_GUID_H\r
+**/\r
+#ifndef _FORM_GUID_H_\r
+#define _FORM_GUID_H_\r
 \r
 #define BOOT_MAINT_FORMSET_GUID \\r
   { \\r
@@ -89,14 +82,14 @@ Abstract:
 #define VARSTORE_ID_BOOT_MAINT               0x1000\r
 #define VARSTORE_ID_FILE_EXPLORER            0x1001\r
 \r
-//\r
-// This is the structure that will be used to store the\r
-// question's current value. Use it at initialize time to\r
-// set default value for each question. When using at run\r
-// time, this map is returned by the callback function,\r
-// so dynamically changing the question's value will be\r
-// possible through this mechanism\r
-//\r
+///\r
+/// This is the structure that will be used to store the\r
+/// question's current value. Use it at initialize time to\r
+/// set default value for each question. When using at run\r
+/// time, this map is returned by the callback function,\r
+/// so dynamically changing the question's value will be\r
+/// possible through this mechanism\r
+///\r
 typedef struct {\r
   //\r
   // Three questions displayed at the main page\r
@@ -202,9 +195,9 @@ typedef struct {
 #define KEY_VALUE_SAVE_AND_EXIT_DRIVER         0x1002\r
 #define KEY_VALUE_NO_SAVE_AND_EXIT_DRIVER      0x1003\r
 \r
-//\r
-// This is the data structure used by File Explorer formset\r
-//\r
+///\r
+/// This is the data structure used by File Explorer formset\r
+///\r
 typedef struct {\r
   UINT16  DescriptionData[75];\r
   UINT16  OptionalData[127];\r