efi: Update some comments related to smbios tables
Clarify the operation of this code with some additional comments. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:

committed by
Alexander Graf

parent
85b469215f
commit
0864c565a2
@@ -214,6 +214,13 @@ efi_status_t efi_net_register(void);
|
||||
/* Called by bootefi to make the watchdog available */
|
||||
efi_status_t efi_watchdog_register(void);
|
||||
/* Called by bootefi to make SMBIOS tables available */
|
||||
/**
|
||||
* efi_smbios_register() - write out SMBIOS tables
|
||||
*
|
||||
* Called by bootefi to make SMBIOS tables available
|
||||
*
|
||||
* @return 0 if OK, -ENOMEM if no memory is available for the tables
|
||||
*/
|
||||
efi_status_t efi_smbios_register(void);
|
||||
|
||||
struct efi_simple_file_system_protocol *
|
||||
|
Reference in New Issue
Block a user