blob: b0f7febc2e3037c0e41d4a78352b6765c0c87092 [file] [log] [blame]
Angel Pons210a0082020-04-02 23:48:24 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Aaron Durbin91fa9d72016-09-23 16:38:27 -05002
3#ifndef EC_EC_H
4#define EC_EC_H
5
6#ifndef __ACPI__
7/* Entry point doing any mainboard specific EC initialization. */
8void mainboard_ec_init(void);
9#endif
10
11#endif