summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/WatchdogTimer.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
commit258cce138272fc013a723040691b37294e473a37 (patch)
tree1972e933d5e6e7413aca3a1d584499c0b71e477e /MdePkg/Include/Protocol/WatchdogTimer.h
parent1f08a159034549216eccfd533b50b712d944d844 (diff)
downloadedk2-platforms-258cce138272fc013a723040691b37294e473a37.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6098 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/WatchdogTimer.h')
-rw-r--r--MdePkg/Include/Protocol/WatchdogTimer.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/MdePkg/Include/Protocol/WatchdogTimer.h b/MdePkg/Include/Protocol/WatchdogTimer.h
index 3dc1a587ce..17f5f3b374 100644
--- a/MdePkg/Include/Protocol/WatchdogTimer.h
+++ b/MdePkg/Include/Protocol/WatchdogTimer.h
@@ -134,18 +134,6 @@ EFI_STATUS
will be passed to a handler if one has been registered. If no handler has
been registered, or the registered handler returns, then the system will be
reset by calling the Runtime Service ResetSystem().
-
- @param RegisterHandler Registers a handler that is invoked when the watchdog
- timer fires.
-
- @param SetTimerPeriod Sets the amount of time in 100 ns units to wait before the
- watchdog timer is fired. If this function is supported,
- then the watchdog timer period will be rounded up to the
- nearest supported watchdog timer period.
-
- @param GetTimerPeriod Retrieves the amount of time in 100 ns units that the
- system will wait before the watchdog timer is fired.
-
**/
struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL {
EFI_WATCHDOG_TIMER_REGISTER_HANDLER RegisterHandler;