diff options
Diffstat (limited to 'sys/arch/hppa64/dev/cpu.c')
-rw-r--r-- | sys/arch/hppa64/dev/cpu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/dev/cpu.c b/sys/arch/hppa64/dev/cpu.c index f57c4b619b4..068bcf49df5 100644 --- a/sys/arch/hppa64/dev/cpu.c +++ b/sys/arch/hppa64/dev/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.2 2005/05/22 01:38:09 mickey Exp $ */ +/* $OpenBSD: cpu.c,v 1.3 2010/07/01 04:33:23 jsing Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -39,6 +39,8 @@ struct cpu_softc { int cpumatch(struct device *, void *, void *); void cpuattach(struct device *, struct device *, void *); +int cpu_hardclock(void *); + struct cfattach cpu_ca = { sizeof(struct cpu_softc), cpumatch, cpuattach }; |