summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2010-07-15 17:49:35 +0000
committermav <mav@FreeBSD.org>2010-07-15 17:49:35 +0000
commit7360e05689f88cd47f449fd516a35834c22aacb9 (patch)
treeb956a33c80340b1a22474d310640e2aa59ede4ea /sys/amd64
parent8ff80a5cd734b43ca7cec38791a10201fd553fc4 (diff)
downloadFreeBSD-src-7360e05689f88cd47f449fd516a35834c22aacb9.zip
FreeBSD-src-7360e05689f88cd47f449fd516a35834c22aacb9.tar.gz
Move functions declaration to MI code, following implementation.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/clock.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h
index d2d421f..97ae7cc 100644
--- a/sys/amd64/include/clock.h
+++ b/sys/amd64/include/clock.h
@@ -23,11 +23,6 @@ extern int tsc_is_invariant;
void i8254_init(void);
-struct trapframe;
-
-int hardclockintr(struct trapframe *frame);
-int statclockintr(struct trapframe *frame);
-
/*
* Driver to clock driver interface.
*/
OpenPOWER on IntegriCloud