]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/SmmCis.h
DxeCis.h clean up.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / SmmCis.h
index 03d4c7547cdcfaff858e5e5833d20e9b8b9d8098..31dcc93f4e6145b9c31ff2969b021d73cdc69650 100644 (file)
@@ -1,7 +1,8 @@
 /** @file\r
-  Include file matches things in the Smm CIS spec.\r
+  Include file for definitions in the Intel Platform Innovation Framework for EFI\r
+  System Management Mode Core Interface Specification (SMM CIS) version 0.90.\r
 \r
-  Copyright (c) 2007, Intel Corporation\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
   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:  FrameworkSmmCis.h\r
-\r
-  @par Revision Reference:\r
-  VOLUME 4: Platform Initialization Specification,System Management Mode Core Interface, Version 1.1.\r
-\r
 **/\r
 \r
 #ifndef _FRAMEWORK_SMM_CIS_H_\r
@@ -77,8 +73,8 @@ EFI_STATUS
   );\r
 \r
 typedef struct {\r
-  EFI_SMM_CPU_IO  Read;  ///> This service provides the various modalities of memory and I/O read.\r
-  EFI_SMM_CPU_IO  Write; ///> This service provides the various modalities of memory and I/O write.\r
+  EFI_SMM_CPU_IO  Read;  ///< This service provides the various modalities of memory and I/O read.\r
+  EFI_SMM_CPU_IO  Write; ///< This service provides the various modalities of memory and I/O write.\r
 } EFI_SMM_IO_ACCESS;\r
 \r
 ///\r