summaryrefslogtreecommitdiffstats
path: root/src/ec/google/wilco/romstage.h
blob: a31d21f396d594de428df495ebbcd962bae83552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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 */