diff options
Diffstat (limited to 'sys/dev/ic/xlreg.h')
-rw-r--r-- | sys/dev/ic/xlreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/xlreg.h b/sys/dev/ic/xlreg.h index 3749426f22e..3632c16b5fc 100644 --- a/sys/dev/ic/xlreg.h +++ b/sys/dev/ic/xlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xlreg.h,v 1.8 2000/11/09 17:39:07 mickey Exp $ */ +/* $OpenBSD: xlreg.h,v 1.9 2001/08/19 01:45:55 jason Exp $ */ /* * Copyright (c) 1997, 1998 @@ -585,7 +585,7 @@ struct xl_softc { struct xl_chain_data xl_cdata; int xl_flags; void (*intr_ack) __P((struct xl_softc *)); - void * sc_sdhook; + void * sc_sdhook, *sc_pwrhook; }; #define xl_rx_goodframes(x) \ |