summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/WatchdogTimer.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-24 07:14:18 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-24 07:14:18 +0000
commit8b13229b469f05ec22d76098b052bd6e943fecee (patch)
treecc8b00da0509e1ffd8fb794651f2290385b899c9 /MdePkg/Include/Protocol/WatchdogTimer.h
parentdc53faa3a2059c75483fe7e5756d2da11fad598c (diff)
downloadedk2-platforms-8b13229b469f05ec22d76098b052bd6e943fecee.tar.xz
Fix doxygen issue:
1) comment for structure should be in doxygen format, such as /// , /**, /*! 2) comment for data field of structure should in doxygen format. 3) should not exist blank between ") (" when declaring a type of function point. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5364 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/WatchdogTimer.h')
-rw-r--r--MdePkg/Include/Protocol/WatchdogTimer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/WatchdogTimer.h b/MdePkg/Include/Protocol/WatchdogTimer.h
index 4cf2411bdd..cbd2f83713 100644
--- a/MdePkg/Include/Protocol/WatchdogTimer.h
+++ b/MdePkg/Include/Protocol/WatchdogTimer.h
@@ -44,7 +44,7 @@ typedef struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL EFI_WATCHDOG_TIMER_ARCH_PROTOC
**/
typedef
VOID
-(EFIAPI *EFI_WATCHDOG_TIMER_NOTIFY) (
+(EFIAPI *EFI_WATCHDOG_TIMER_NOTIFY)(
IN UINT64 Time
);
@@ -74,7 +74,7 @@ VOID
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_WATCHDOG_TIMER_REGISTER_HANDLER) (
+(EFIAPI *EFI_WATCHDOG_TIMER_REGISTER_HANDLER)(
IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This,
IN EFI_WATCHDOG_TIMER_NOTIFY NotifyFunction
);
@@ -97,7 +97,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD) (
+(EFIAPI *EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD)(
IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This,
IN UINT64 TimerPeriod
);
@@ -119,7 +119,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD) (
+(EFIAPI *EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD)(
IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This,
OUT UINT64 *TimerPeriod
);