summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/butterfly/ec.h
blob: 1c837cb6492c6a672478102495e103ff29146f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef BUTTERFLY_EC_H
#define BUTTERFLY_EC_H

#define EC_SCI_GPI  13   /* GPIO13 is EC_SCI# */

/* EC SMI sources TODO: MLR- make defines */

#ifndef __ACPI__
extern void butterfly_ec_init(void);
#endif

#endif // BUTTERFLY_EC_H