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
cbfs: Remove remnants of ext-win-*
[coreboot2.git]
/
src
/
include
/
cpu
/
intel
/
fsb.h
blob
a1f1eecac08938a5ce3be46910d34257faab0ef9
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef CPU_INTEL_FSB_H
4
#define CPU_INTEL_FSB_H
5
6
/*
7
* This function returns round up 3 * get_timer_fsb()
8
*/
9
int
get_ia32_fsb_x3
(
void
);
10
11
#endif
/* CPU_INTEL_FSB_H */