summaryrefslogtreecommitdiffstats
path: root/src/include/pc80
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-10-31 13:25:23 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-02 06:28:28 +0000
commit432516586e7f646aa2a8ac0cbdf8e80ac44f97d0 (patch)
treea411145396973618996752e9ae24401b1ee8a240 /src/include/pc80
parente1c0cb737c201b736b15e098d50f196e88a57ff8 (diff)
downloadcoreboot-432516586e7f646aa2a8ac0cbdf8e80ac44f97d0.tar.gz
coreboot-432516586e7f646aa2a8ac0cbdf8e80ac44f97d0.tar.bz2
coreboot-432516586e7f646aa2a8ac0cbdf8e80ac44f97d0.zip
cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80
Change-Id: Ia8d8dc23ee0b51d62c83f5ba640b3a9aea4e744b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36507 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/include/pc80')
-rw-r--r--src/include/pc80/i8254.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pc80/i8254.h b/src/include/pc80/i8254.h
index 794945c24404..21e47c2ecea7 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 */