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
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