diff mbox series

[1/1] efi_loader: describe struct efi_loaded_image_obj

Message ID 20201228214549.398721-1-xypron.glpk@gmx.de
State Accepted, archived
Commit 0ce3fb55e0be286f1f7686aeb452ee77100a2493
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] efi_loader: describe struct efi_loaded_image_obj | expand

Commit Message

Heinrich Schuchardt Dec. 28, 2020, 9:45 p.m. UTC
Add the missing description of some fields of struct efi_loaded_image_obj.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 include/efi_loader.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--
2.29.2
diff mbox series

Patch

diff --git a/include/efi_loader.h b/include/efi_loader.h
index 3c68b85b68..dc3c6ac304 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -297,8 +297,10 @@  enum efi_image_auth_status {
  * @exit_status:	exit status passed to Exit()
  * @exit_data_size:	exit data size passed to Exit()
  * @exit_data:		exit data passed to Exit()
- * @exit_jmp:		long jump buffer for returning form started image
+ * @exit_jmp:		long jump buffer for returning from started image
  * @entry:		entry address of the relocated image
+ * @image_type:		indicates if the image is an applicition or a driver
+ * @auth_status:	indicates if the image is authenticated
  */
 struct efi_loaded_image_obj {
 	struct efi_object header;