]> xenbits.xensource.com Git - seabios.git/commit
smbios: Make some smbios_build_tables() arguments optional
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 18:29:29 +0000 (13:29 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:13 +0000 (11:39 -0500)
commit6290dcede4d6a7de9d30e42f325aaf0c8d8baaee
treeb5b7fc81384683a5bb2ce47bd4cece57ae348eb6
parent1daafc8ba89c2494c330804d7c1d8a4dfc158b35
smbios: Make some smbios_build_tables() arguments optional

Make max_structure_size and number_of_structures optional,
as we don't have those fields in SMBIOS 3.0 entry points.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
src/fw/biostables.c