repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
facebook
/
fbg1701
/
cpld.h
blob
1b75c0868a459f1d7869e56475aaafa857a25baf
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef CPLD_H
4
#define CPLD_H
5
6
unsigned int
cpld_read_pcb_version
(
void
);
7
void
cpld_reset_bridge
(
void
);
8
9
#endif