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
soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git]
/
src
/
mainboard
/
amd
/
birman
/
ec.h
blob
d8e54db35ffc2913f1bcccfff4f10acaa1f87b55
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef BIRMAN_EC_H
4
#define BIRMAN_EC_H
5
6
void
birman_ec_init
(
void
);
7
8
#endif
/* BIRMAN_EC_H */