blob: 5b4858b11c2277c282fabb8a001b4037c27fd568 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef EC_EC_H
#define EC_EC_H
#ifndef __ACPI__
/* Entry point doing any mainboard specific EC initialization. */
void mainboard_ec_init(void);
#endif
#endif