remove functions we don't use

and adjust to the new prototype.
This commit is contained in:
christos 2006-07-08 20:30:57 +00:00
parent eaa95b68b5
commit 10b8651771
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: apmvar.h,v 1.23 2005/12/11 12:17:43 christos Exp $ */
/* $NetBSD: apmvar.h,v 1.24 2006/07/08 20:30:57 christos Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
* All rights reserved.
@ -70,10 +70,8 @@ extern struct apm_connect_info apminfo; /* in locore */
extern int apmpresent;
int apmcall(int function, struct bioscallregs *regs);
void bioscall(int function, struct bioscallregs *regs);
void apm_cpu_busy(void);
void apm_cpu_idle(void);
int apm_set_powstate(void *, u_int, u_int);
void apminit(void);
int apm_set_powstate(u_int devid, u_int powstate);
int apm_busprobe(void);
#endif /* _KERNEL */
#endif /* _LOCORE */