summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
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));