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