diff options
Diffstat (limited to 'src/include/boot')
-rw-r--r-- | src/include/boot/coreboot_tables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h index ff942f1be1..34183a0d08 100644 --- a/src/include/boot/coreboot_tables.h +++ b/src/include/boot/coreboot_tables.h @@ -22,6 +22,9 @@ void lb_board(struct lb_header *header); /* Define this in soc or fsp driver to add specific table entries. */ void lb_framebuffer(struct lb_header *header); +/* Allow arch to add records. */ +void lb_arch_add_records(struct lb_header *header); + /* * Function to retrieve MAC address(es) from the VPD and store them in the * coreboot table. |