summaryrefslogtreecommitdiff
path: root/doc/api/efi.rst
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-04-10 17:51:56 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-04-16 08:10:02 +0200
commit540faca8a1d98997d09cdb3ee964a57a9cf9c5c4 (patch)
treed40c9d31b38f8597533fd1605f857568316bbf1a /doc/api/efi.rst
parent55976b7fae8604300b07dc0c56139ec6c3a40d5e (diff)
efi_loader: function descriptions efi_watchdog.c
Correct function descriptions in efi_watchdog.c. Add the descriptions to the generated HTML documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/api/efi.rst')
-rw-r--r--doc/api/efi.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/efi.rst b/doc/api/efi.rst
index b9c0c6efc5..0667c3aef7 100644
--- a/doc/api/efi.rst
+++ b/doc/api/efi.rst
@@ -78,6 +78,12 @@ Memory services
.. kernel-doc:: lib/efi_loader/efi_memory.c
:internal:
+SetWatchdogTimer service
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. kernel-doc:: lib/efi_loader/efi_watchdog.c
+ :internal:
+
Runtime services
----------------