summaryrefslogtreecommitdiffstats
path: root/src/ec/google/wilco/romstage.h
blob: f001eeff86d050bc69f22806459cca308c46e266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef EC_GOOGLE_WILCO_ROMSTAGE_H
#define EC_GOOGLE_WILCO_ROMSTAGE_H

/**
 * wilco_ec_early_init
 *
 * This function performs initialization of the EC in romstage.
 */
void wilco_ec_romstage_init(void);

#endif /* EC_GOOGLE_WILCO_ROMSTAGE_H */