Bring in some prototypes that shouldn't have been dependant on
APM_SLOWSTART, which are generic APM functions.
This commit is contained in:
parent
24a42bd55d
commit
848b26d63b
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user