From 52c7a54482f795e16318958874fd842ae9321cda Mon Sep 17 00:00:00 2001 From: eric_tian Date: Fri, 11 Jul 2008 06:38:58 +0000 Subject: 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 --- .../Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h') 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 #include -// -// 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 ( -- cgit v1.2.3