Commit f9834f18 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Ingo Molnar
Browse files

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: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200221035832.144960-1-xypron.glpk@gmx.de
Link: https://lore.kernel.org/r/20200308080859.21568-9-ardb@kernel.org
parent 73f2f563
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

============
UEFI Support
============

UEFI stub library functions
===========================

.. kernel-doc:: drivers/firmware/efi/libstub/mem.c
   :internal:
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ Linux Firmware API

   introduction
   core
   efi/index
   request_firmware
   other_interfaces