blob: 1c837cb6492c6a672478102495e103ff29146f36 [file] [log] [blame]
Angel Pons54c54722020-04-05 13:20:54 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Stefan Reinauerd7bd4eb2013-02-11 11:11:36 -08002
3#ifndef BUTTERFLY_EC_H
4#define BUTTERFLY_EC_H
5
6#define EC_SCI_GPI 13 /* GPIO13 is EC_SCI# */
7
8/* EC SMI sources TODO: MLR- make defines */
9
10#ifndef __ACPI__
11extern void butterfly_ec_init(void);
12#endif
13
14#endif // BUTTERFLY_EC_H