coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef EC_GOOGLE_WILCO_ROMSTAGE_H
4 #define EC_GOOGLE_WILCO_ROMSTAGE_H
5 
6 /**
7  * wilco_ec_early_init
8  *
9  * This function performs initialization of the EC in romstage.
10  */
11 void wilco_ec_romstage_init(void);
12 
13 #endif /* EC_GOOGLE_WILCO_ROMSTAGE_H */
void wilco_ec_romstage_init(void)
wilco_ec_early_init
Definition: romstage.c:7