summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe/Debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'FatPkg/EnhancedFatDxe/Debug.c')
-rw-r--r--FatPkg/EnhancedFatDxe/Debug.c34
1 files changed, 8 insertions, 26 deletions
diff --git a/FatPkg/EnhancedFatDxe/Debug.c b/FatPkg/EnhancedFatDxe/Debug.c
index 7c0dc20934..ad23786333 100644
--- a/FatPkg/EnhancedFatDxe/Debug.c
+++ b/FatPkg/EnhancedFatDxe/Debug.c
@@ -1,4 +1,5 @@
-/*++
+/** @file
+ Debug functions for fat driver
Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
@@ -9,40 +10,21 @@ http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+**/
-Module Name:
-
- debug.c
-
-Abstract:
-
- Debug functions for fat driver
+#include "Fat.h"
-Revision History
+/**
---*/
+ Dump all the FAT Entry of the FAT table in the volume.
-#include "Fat.h"
+ @param Volume - The volume whose FAT info will be dumped
+**/
VOID
FatDumpFatTable (
IN FAT_VOLUME *Volume
)
-/*++
-
-Routine Description:
-
- Dump all the FAT Entry of the FAT table in the volume
-
-Arguments:
-
- Volume - The volume whose FAT info will be dumped
-
-Returns:
-
- None
-
---*/
{
UINTN EntryValue;
UINTN MaxIndex;