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/rauru: Initialize SPM
[coreboot2.git]
/
util
/
mainboard
/
google
/
hatch
/
template
/
include
/
variant
/
ec.h
blob
ce6fbfe1a41a12601ef8f3177a3aaa58ed14f31a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef VARIANT_EC_H
4
#define VARIANT_EC_H
5
6
#include <baseboard/ec.h>
7
8
#endif