blob: 8a5b69c34c9a9e5b3e1891ad8448c7939bc41620 [file] [log] [blame]
Angel Pons210a0082020-04-02 23:48:24 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Duncan Laurieea98b402018-10-15 13:45:29 -07002
3#ifndef EC_GOOGLE_WILCO_BOOTBLOCK_H
4#define EC_GOOGLE_WILCO_BOOTBLOCK_H
5
6/**
7 * wilco_ec_early_init
8 *
9 * This function performs early initialization of the EC:
10 *
11 * - Enable EC UART passthru for COM1 if serial console support
Martin Rothf48acbd2020-07-24 12:24:27 -060012 * is enabled with CONFIG(DRIVERS_UART_8250IO).
Duncan Laurieea98b402018-10-15 13:45:29 -070013 */
14void wilco_ec_early_init(void);
15
16#endif /* EC_GOOGLE_WILCO_BOOTBLOCK_H */