diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-11 06:38:58 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-11 06:38:58 +0000 |
commit | 52c7a54482f795e16318958874fd842ae9321cda (patch) | |
tree | e567c531b212b77463944b4f0024b51728ee09f2 /MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h | |
parent | 11ef23f9d1633c236c7593d01f0d529fde4a10c9 (diff) | |
download | edk2-platforms-52c7a54482f795e16318958874fd842ae9321cda.tar.xz |
modify coding style to pass ecc tool and provide comments that complied with Doxgen.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5450 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h')
-rw-r--r-- | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h b/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h index c177f16c76..408b8c43c6 100644 --- a/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h +++ b/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h @@ -27,9 +27,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
-//
-// Function Prototypes
-//
+/**
+ The initial function of monotonic counter driver.
+
+ @param ImageHandle The handle of image.
+ @param SystemTable The pointer to system table.
+
+ @return EFI_SUCCESS The initialize action is successful.
+
+**/
EFI_STATUS
EFIAPI
MonotonicCounterDriverInitialize (
|