mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / google / butterfly / ec.h
blob87021b1fcf00da44377c08e8678611dcef7b40f8
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef BUTTERFLY_EC_H
4 #define BUTTERFLY_EC_H
6 #define EC_SCI_GPI 13 /* GPIO13 is EC_SCI# */
8 /* EC SMI sources TODO: MLR- make defines */
10 #ifndef __ACPI__
11 void butterfly_ec_init(void);
12 #endif
14 #endif // BUTTERFLY_EC_H