]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h
Merged in the bug fixes from EDK I.
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounter.h
index c177f16c76e2079353de9e29495801c2821f4613..4fac2a00c9d83814d20c57bf451c4792b3eab7db 100644 (file)
@@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define _MONOTONIC_COUNTER_DRIVER_H_\r
 \r
 \r
-#include <PiDxe.h>\r
+#include <Uefi.h>\r
 \r
 #include <Protocol/MonotonicCounter.h>\r
 \r
@@ -27,9 +27,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiRuntimeServicesTableLib.h>\r
 \r
-//\r
-// Function Prototypes\r
-//\r
+/**\r
+  The initial function of monotonic counter driver.\r
+\r
+  @param  ImageHandle     The handle of image.\r
+  @param  SystemTable     The pointer to system table.\r
+\r
+  @return EFI_SUCCESS     The initialize action is successful.\r
+\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 MonotonicCounterDriverInitialize (\r