diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-10-24 11:15:29 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-10-30 21:44:38 +0100 |
| commit | a464a27017ad2c011a71966482f73d40dabc2b62 (patch) | |
| tree | b39f9470b2a79fb3cd7fa0dddd7159b8a073a8d2 | |
| parent | aa636678f9c630b02be946ec505c7598d3f5c61d (diff) | |
doc: include file-system API into HTML docs
Add include/fs.h to the API documentation.
Signed-off-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | doc/api/fs.rst | 7 | ||||
| -rw-r--r-- | doc/api/index.rst | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/fs.rst b/doc/api/fs.rst new file mode 100644 index 00000000000..38c8b0dea30 --- /dev/null +++ b/doc/api/fs.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0-or-later + +File system API +=============== + +.. kernel-doc:: include/fs.h + :internal: diff --git a/doc/api/index.rst b/doc/api/index.rst index 9f7f23f868f..a108718ea99 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -12,6 +12,7 @@ U-Boot API documentation dm efi event + fs getopt interrupt led |
