xref: /aosp_15_r20/external/coreboot/src/include/cpu/intel/fsb.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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 */
12