From 21d517dcf1f270c0eec90f094e0cec77444e2261 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 9 Dec 2005 22:54:16 +0000 Subject: Add hook for voltage slewing the G5. "figure you should just commit" drahn@ --- sys/arch/macppc/include/cpu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/macppc/include') diff --git a/sys/arch/macppc/include/cpu.h b/sys/arch/macppc/include/cpu.h index 88d10bfd766..440aa565d9d 100644 --- a/sys/arch/macppc/include/cpu.h +++ b/sys/arch/macppc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.8 2005/10/09 14:17:32 drahn Exp $ */ +/* $OpenBSD: cpu.h,v 1.9 2005/12/09 22:54:15 kettenis Exp $ */ /* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */ /* @@ -51,4 +51,6 @@ extern int ppc_altivec; +extern void (*ppc64_slew_voltage)(u_int); + #endif /* _MACHINE_CPU_H_ */ -- cgit v1.2.3