From 432516586e7f646aa2a8ac0cbdf8e80ac44f97d0 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 31 Oct 2019 13:25:23 +0200 Subject: cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia8d8dc23ee0b51d62c83f5ba640b3a9aea4e744b Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/36507 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/include/pc80/i8254.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/pc80/i8254.h') diff --git a/src/include/pc80/i8254.h b/src/include/pc80/i8254.h index 794945c244..21e47c2ece 100644 --- a/src/include/pc80/i8254.h +++ b/src/include/pc80/i8254.h @@ -55,5 +55,6 @@ #define PPCB_T2GATE 0x01 /* Bit 0 */ void setup_i8254(void); +unsigned long calibrate_tsc_with_pit(void); #endif /* PC80_I8254_H */ -- cgit v1.2.3