It only contains a pointer to another struct. Flatten it. Change-Id: Iab427592c332646e032a768719fc380c5794086b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43106 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
8 lines
146 B
C
8 lines
146 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#ifndef VARIANT_H
|
|
#define VARIANT_H
|
|
|
|
void variant_romstage_entry(struct pei_data *pei_data);
|
|
|
|
#endif
|