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
This commit is contained in:
eric_tian
2008-07-11 06:38:58 +00:00
parent 11ef23f9d1
commit 52c7a54482
2 changed files with 48 additions and 56 deletions

View File

@@ -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 (