]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/KbcResetDxe/Reset.c
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / PcAtChipsetPkg / KbcResetDxe / Reset.c
index 45f4bc717015f25163c867c8717c43a06c295454..ba74aac25de5e063636ba31f243cf394668f26f4 100644 (file)
@@ -1,7 +1,8 @@
-/*++\r
+/** @file\r
+  Reset Architectural Protocol implementation\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+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
@@ -9,17 +10,19 @@ 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
-  Reset.c\r
-\r
-Abstract:\r
+**/\r
 \r
-  Reset Architectural Protocol implementation\r
+#include "Reset.h"\r
 \r
---*/\r
+/**\r
+  Reset the system.\r
 \r
-#include "Reset.h"\r
+  @param ResetType       warm or cold\r
+  @param ResetStatus     possible cause of reset\r
+  @param DataSize        Size of ResetData in bytes\r
+  @param ResetData       Optional Unicode string\r
 \r
+**/\r
 VOID\r
 EFIAPI\r
 KbcResetSystem (\r
@@ -28,25 +31,6 @@ KbcResetSystem (
   IN UINTN            DataSize,\r
   IN VOID             *ResetData OPTIONAL\r
   )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Reset the system.\r
-\r
-Arguments:\r
-  \r
-    ResetType - warm or cold\r
-    ResetStatus - possible cause of reset\r
-    DataSize - Size of ResetData in bytes\r
-    ResetData - Optional Unicode string\r
-    For details, see efiapi.h\r
-\r
-Returns:\r
-  Does not return if the reset takes place.\r
-  EFI_INVALID_PARAMETER   If ResetType is invalid.\r
-\r
---*/\r
 {\r
   UINT8   Data;\r
 \r