summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-24 20:38:07 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-24 20:38:07 +0000
commitddb267ce12a59b20d67c4e8ceb013ffc9abce73f (patch)
treeeecca703432e375f34ad0bd999cce67d13beafdb /sys/arch/i386/include
parent5ef87c065175af15378dd68aede7e11cc4710b7f (diff)
move cold to .h
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/apmvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/apmvar.h b/sys/arch/i386/include/apmvar.h
index 62ba5f61866..346118170b5 100644
--- a/sys/arch/i386/include/apmvar.h
+++ b/sys/arch/i386/include/apmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmvar.h,v 1.10 2000/06/07 22:25:47 mickey Exp $ */
+/* $OpenBSD: apmvar.h,v 1.11 2001/06/24 20:38:06 fgsch Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
@@ -291,6 +291,7 @@ struct apm_ctl {
if the percentage changes */
#ifdef _KERNEL
+extern int cold;
extern void apm_cpu_busy __P((void));
extern void apm_cpu_idle __P((void));
extern void apminit __P((void));