Skip to content

Commit f9834f1

Browse files
xypronIngo Molnar
authored andcommitted
efi/libstub: Add libstub/mem.c to the documentation tree
Let the description of the efi/libstub/mem.c functions appear in the kernel API documentation in the following chapters: The Linux driver implementer’s API guide Linux Firmware API UEFI Support UEFI stub library functions Acked-by: Jonathan Corbet <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent 73f2f56 commit f9834f1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
============
4+
UEFI Support
5+
============
6+
7+
UEFI stub library functions
8+
===========================
9+
10+
.. kernel-doc:: drivers/firmware/efi/libstub/mem.c
11+
:internal:

Documentation/driver-api/firmware/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Linux Firmware API
66

77
introduction
88
core
9+
efi/index
910
request_firmware
1011
other_interfaces
1112

0 commit comments

Comments
 (0)