blob: f001eeff86d050bc69f22806459cca308c46e266 [file] [log] [blame]
Angel Pons210a0082020-04-02 23:48:24 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Duncan Laurie31354672019-03-27 19:28:17 -07002
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 */
11void wilco_ec_romstage_init(void);
12
13#endif /* EC_GOOGLE_WILCO_ROMSTAGE_H */