]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/DxeCis.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / DxeCis.h
index 83e2055ac61c0a2947a42563b12a15580e6abb86..8cb905e3a3a27b7c01548915114b438fd2c031d8 100644 (file)
@@ -1,15 +1,15 @@
 /** @file\r
   Include file for definitions in the Intel Platform Innovation Framework for EFI\r
-  Driver Execution Environment Core Interface Specification (DXE CIS) Version 0.9.\r
+  Driver Execution Environment Core Interface Specification (DXE CIS) Version 0.91.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation\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
-  http://opensource.org/licenses/bsd-license.php\r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.\r
 \r
-  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
+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
 **/\r
 \r
 \r
 /**\r
   Functions of this type are used with the Framework MP Services Protocol and\r
-  the  SMM Services Table to execute a procedure on enabled APs.  The context \r
+  the  SMM Services Table to execute a procedure on enabled APs.  The context\r
   the AP should use durng execution is specified by Buffer.\r
-  \r
-  @param[in]  Buffer   Pointer to the procedure's argument.\r
+\r
+  @param[in]  Buffer   The pointer to the procedure's argument.\r
 \r
 **/\r
 typedef\r
@@ -33,7 +33,7 @@ VOID
   );\r
 \r
 ///\r
-/// Framework EFI Runtime Services Table as extension to EFI 1.10 Runtime Services Table\r
+/// The Framework EFI Runtime Services Table as an extension to the EFI 1.10 Runtime Services Table.\r
 ///\r
 typedef struct {\r
   //\r
@@ -64,14 +64,14 @@ typedef struct {
   EFI_GET_NEXT_HIGH_MONO_COUNT      GetNextHighMonotonicCount;\r
   EFI_RESET_SYSTEM                  ResetSystem;\r
   ///\r
-  /// Framework extension to EFI 1.10 runtime table\r
-  /// It was moved to a protocol to not conflict with UEFI 2.0\r
+  /// A Framework extension to the EFI 1.10 runtime table.\r
+  /// It was moved to a protocol to avoid conflict with UEFI 2.0.\r
   ///\r
   EFI_REPORT_STATUS_CODE            ReportStatusCode;\r
 } FRAMEWORK_EFI_RUNTIME_SERVICES;\r
 \r
 ///\r
-/// Framework EFI Boot Services Table which comply with DxeCis spec.\r
+/// The Framework EFI Boot Services Table. Complies with the DxeCis specification.\r
 ///\r
 typedef struct {\r
   ///\r