diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/efi.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/efi.rst b/Documentation/efi.rst index 51c1de24f8..5337a55c3b 100644 --- a/Documentation/efi.rst +++ b/Documentation/efi.rst @@ -9,6 +9,12 @@ Boot services .. kernel-doc:: lib/efi_loader/efi_boottime.c :internal: +Image relocation +~~~~~~~~~~~~~~~~ + +.. kernel-doc:: lib/efi_loader/efi_image_loader.c + :internal: + Runtime services ---------------- |