Commit aeaf0e6d authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: describe struct efi_loaded_image_obj



Add the missing description of some fields of struct efi_loaded_image_obj.
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 34dc4a9e
...@@ -297,8 +297,10 @@ enum efi_image_auth_status { ...@@ -297,8 +297,10 @@ enum efi_image_auth_status {
* @exit_status: exit status passed to Exit() * @exit_status: exit status passed to Exit()
* @exit_data_size: exit data size passed to Exit() * @exit_data_size: exit data size passed to Exit()
* @exit_data: exit data 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 * @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_loaded_image_obj {
struct efi_object header; struct efi_object header;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment