summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/apm_bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/apm_bios.h')
-rw-r--r--sys/i386/include/apm_bios.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/i386/include/apm_bios.h b/sys/i386/include/apm_bios.h
index 7db76dc..5cebd37 100644
--- a/sys/i386/include/apm_bios.h
+++ b/sys/i386/include/apm_bios.h
@@ -12,7 +12,7 @@
*
* Aug, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm_bios.h,v 1.5 1995/05/30 08:00:23 rgrimes Exp $
+ * $Id: apm_bios.h,v 1.6 1995/11/21 12:52:56 bde Exp $
*/
#ifndef _MACHINE_APM_BIOS_H_
@@ -135,9 +135,15 @@ struct apmhook {
void apm_suspend(void);
struct apmhook *apm_hook_establish (int apmh, struct apmhook *);
+#ifdef notused
void apm_hook_disestablish (int apmh, struct apmhook *);
+#endif
+#ifdef APM_SLOWSTART
void apm_cpu_idle(void);
+#endif
+#if APM_SLOWSTART > 0
void apm_cpu_busy(void);
+#endif
#endif /* !ASSEMBLER && !INITIALIZER */
OpenPOWER on IntegriCloud