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 */