]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/SmBus.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 6f19259b...
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / SmBus.h
index 27687f8a705266f8ce0b73dc37157426f5c57fa4..89142c1f85d20d5862c759d784323fd0750275da 100644 (file)
@@ -1,8 +1,7 @@
 /** @file\r
-  This file declares the SMBus definitions defined in SmBus Specifciation\r
-  V2.0.\r
+  This file declares the SMBus definitions defined in SmBus Specifciation V2.0.\r
 \r
-  Copyright (c) 2007, Intel Corporation                                                         \r
+  Copyright (c) 2007 - 2008, 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
-  @par Revision Reference:\r
-  These definitions are defined in System Management Bus (SmBus) Specification V2.0.\r
-\r
 **/\r
 \r
 #ifndef _SMBUS_H_\r
 #define _SMBUS_H_\r
 \r
 \r
-//\r
-// UDID of SMBUS device.\r
-//\r
+///\r
+/// UDID of SMBUS device.\r
+///\r
 typedef struct {\r
   UINT32  VendorSpecificId;\r
   UINT16  SubsystemDeviceId;\r
@@ -34,13 +30,16 @@ typedef struct {
   UINT8   DeviceCapabilities;\r
 } EFI_SMBUS_UDID;\r
 \r
-//\r
-// Smbus Device Address, Smbus Device Command, Smbus Operations\r
-//\r
+///\r
+/// Smbus Device Address\r
+///\r
 typedef struct {\r
   UINTN SmbusDeviceAddress : 7;\r
 } EFI_SMBUS_DEVICE_ADDRESS;\r
 \r
+///\r
+/// Smbus Operations\r
+///\r
 typedef enum _EFI_SMBUS_OPERATION\r
 {\r
   EfiSmbusQuickRead,\r