From 848b26d63bf58e880fdbca4c1f55fa0b30c5d960 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 12 Mar 1996 05:51:35 +0000 Subject: [PATCH] Bring in some prototypes that shouldn't have been dependant on APM_SLOWSTART, which are generic APM functions. --- sys/i386/include/apm_bios.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/i386/include/apm_bios.h b/sys/i386/include/apm_bios.h index 5cebd376ac51..fbaa8a4ba884 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.6 1995/11/21 12:52:56 bde Exp $ + * $Id: apm_bios.h,v 1.7 1995/12/25 07:38:47 bde Exp $ */ #ifndef _MACHINE_APM_BIOS_H_ @@ -138,12 +138,8 @@ 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 */