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