summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ppi/Reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Ppi/Reset.h')
-rw-r--r--MdePkg/Include/Ppi/Reset.h21
1 files changed, 13 insertions, 8 deletions
diff --git a/MdePkg/Include/Ppi/Reset.h b/MdePkg/Include/Ppi/Reset.h
index 717f5df506..b6d9beab50 100644
--- a/MdePkg/Include/Ppi/Reset.h
+++ b/MdePkg/Include/Ppi/Reset.h
@@ -29,15 +29,20 @@
0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f } \
}
-/**
- @par Ppi Description:
- This PPI provides provide a simple reset service.
-
- @param ResetSystem
- A service to reset the entire platform.
-
-**/
+//
+// EFI_PEI_RESET_PPI.ResetSystem() is equivalent to the
+// PEI Service ResetSystem().
+// It is defined in PiPeiCis.h.
+//
+
+///
+/// This PPI provides provide a simple reset service.
+///
typedef struct {
+ ///
+ /// A service to reset the entire platform.
+ /// This function is defined in PiPeicis.h.
+ ///
EFI_PEI_RESET_SYSTEM ResetSystem;
} EFI_PEI_RESET_PPI;