repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git]
/
src
/
mainboard
/
google
/
butterfly
/
ec.h
blob
87021b1fcf00da44377c08e8678611dcef7b40f8
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
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__
11
void
butterfly_ec_init
(
void
);
12
#endif
13
14
#endif
// BUTTERFLY_EC_H