summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/athvar.h')
-rw-r--r--sys/dev/ic/athvar.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/ic/athvar.h b/sys/dev/ic/athvar.h
index f8283475189..2d90c12c8e3 100644
--- a/sys/dev/ic/athvar.h
+++ b/sys/dev/ic/athvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: athvar.h,v 1.29 2010/07/02 06:06:30 reyk Exp $ */
+/* $OpenBSD: athvar.h,v 1.30 2010/08/27 19:44:43 deraadt Exp $ */
/* $NetBSD: athvar.h,v 1.10 2004/08/10 01:03:53 dyoung Exp $ */
/*-
@@ -407,9 +407,8 @@ typedef unsigned long u_intptr_t;
int ath_attach(u_int16_t, struct ath_softc *);
int ath_detach(struct ath_softc *, int);
int ath_enable(struct ath_softc *);
-void ath_resume(struct ath_softc *, int);
-void ath_suspend(struct ath_softc *, int);
-void ath_power(int, void *);
+int ath_activate(struct device *, int);
+void ath_powerhook(int, void *);
int ath_intr(void *);
int ath_enable(struct ath_softc *);