xref: /aosp_15_r20/external/coreboot/src/ec/ec.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef EC_EC_H
4 #define EC_EC_H
5 
6 #ifndef __ACPI__
7 /* Entry point doing any mainboard specific EC initialization. */
8 void mainboard_ec_init(void);
9 #endif
10 
11 #endif
12