]> xenbits.xensource.com Git - seabios.git/commit
biostables: copy_fseg_table() function
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 15:26:43 +0000 (10:26 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:12 +0000 (11:39 -0500)
commit72f917ea3732b115eb411230754534812901dde5
tree8a7debe63296941c66c4b5dd01bcfed68c7f6317
parent2dd4b9b3f84019668719344b40dba79d681be41c
biostables: copy_fseg_table() function

Replace the common malloc_fseg() + memcpy() code pattern
with a helper function.

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