diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-12-08 15:41:47 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-12-08 15:41:47 +0000 |
commit | 4155548520035a94c89443f3e00a92585b44774a (patch) | |
tree | 7e90bd8c2632061d7f438296ab32ecff1b7b364c /sys/dev/pci/if_em.h | |
parent | c73e622f28acec07f8143f693f4d1ea5d7ce58cb (diff) |
powerhook: em_init on resume
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r-- | sys/dev/pci/if_em.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index e4123398fcf..f1d157a42ac 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.8 2004/11/16 14:39:14 brad Exp $ */ +/* $OpenBSD: if_em.h,v 1.9 2004/12/08 15:41:46 markus Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -326,7 +326,7 @@ struct em_softc { struct timeout em_intr_enable; struct timeout timer_handle; struct timeout tx_fifo_timer_handle; - + void *sc_powerhook; #endif /* __OpenBSD__ */ #ifdef __STRICT_ALIGNMENT |