summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r--sys/arch/i386/include/cpu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h
index 13b9e47a513..a82def3a6ce 100644
--- a/sys/arch/i386/include/cpu.h
+++ b/sys/arch/i386/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.58 2004/02/14 15:09:22 grange Exp $ */
+/* $OpenBSD: cpu.h,v 1.59 2004/04/02 22:28:41 tedu Exp $ */
/* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */
/*-
@@ -208,6 +208,10 @@ void p4tcc_init(int, int);
int p4tcc_setperf(int);
#endif
+void k6_powernow_init(void);
+int k6_powernow_setperf(int);
+
+
/* npx.c */
void npxdrop(void);
void npxsave(void);