]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Reset.h
1. Remove unnecessary CONST.
[mirror_edk2.git] / MdePkg / Include / Ppi / Reset.h
index 109f37e5d44788d607a0b357c2191a3d4bed0953..717f5df506fbe661d4942a20c7f2f00a9ce26b0f 100644 (file)
@@ -1,7 +1,10 @@
 /** @file\r
-  This file declares Reset PPI used to reset the platform\r
+  This file declares Reset PPI used to reset the platform.\r
+  \r
+  This PPI is installed by some platform- or chipset-specific PEIM that \r
+  abstracts the Reset Service to other agents.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 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
 #ifndef __RESET_PPI_H__\r
 #define __RESET_PPI_H__\r
 \r
+#include <Pi/PiPeiCis.h>\r
+\r
 #define EFI_PEI_RESET_PPI_GUID \\r
   { \\r
     0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f } \\r
   }\r
 \r
+/**\r
+  @par Ppi Description:\r
+  This PPI provides provide a simple reset service. \r
+\r
+  @param ResetSystem\r
+  A service to reset the entire platform.\r
+\r
+**/\r
 typedef struct {\r
   EFI_PEI_RESET_SYSTEM  ResetSystem;\r
 } EFI_PEI_RESET_PPI;\r