summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-08-28 21:13:33 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-09-02 06:03:42 +0200
commit91f19550d108b1b02c1d02ddbcb4d78cbdd299ce (patch)
tree74b39dc53cc687b601150f1a7c6a9a52125b7c01
parent6a407076b284881fae548abfcd37989fba265a98 (diff)
doc: add events.h to documentation
Add the events.h include to the API documentation. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--doc/api/event.rst9
-rw-r--r--doc/api/index.rst1
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/event.rst b/doc/api/event.rst
new file mode 100644
index 00000000000..8a57d438322
--- /dev/null
+++ b/doc/api/event.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Events
+======
+
+The concept of events is decribed :doc:`here <../develop/event>`.
+
+.. kernel-doc:: include/event.h
+ :internal:
diff --git a/doc/api/index.rst b/doc/api/index.rst
index 3a80ae0635a..2f0218c47a3 100644
--- a/doc/api/index.rst
+++ b/doc/api/index.rst
@@ -10,6 +10,7 @@ U-Boot API documentation
dfu
dm
efi
+ event
getopt
linker_lists
lmb