summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/rt2860var.h')
-rw-r--r--sys/dev/ic/rt2860var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/rt2860var.h b/sys/dev/ic/rt2860var.h
index ab5ff4799b4..df1c9281188 100644
--- a/sys/dev/ic/rt2860var.h
+++ b/sys/dev/ic/rt2860var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860var.h,v 1.6 2007/12/14 21:28:49 damien Exp $ */
+/* $OpenBSD: rt2860var.h,v 1.7 2008/06/08 19:34:14 jsg Exp $ */
/*-
* Copyright (c) 2007
@@ -178,6 +178,8 @@ struct rt2860_softc {
#define sc_txtap sc_txtapu.th
int sc_txtap_len;
#endif
+ void *sc_sdhook;
+ void *sc_powerhook;
};
int rt2860_attach(void *, int);