diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-10-01 22:04:31 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-10-01 22:04:31 +0000 |
| commit | f72e17e2339137ec9c88b867fe83d7f55f1a0ac9 (patch) | |
| tree | b2939f98b56d82734e98808b1bbf8520059cf333 /sys/netatm | |
| parent | 91c590034d1b38f589be8e36ac2af68de311f71d (diff) | |
Notes
Diffstat (limited to 'sys/netatm')
| -rw-r--r-- | sys/netatm/atm_if.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netatm/atm_if.h b/sys/netatm/atm_if.h index 4052f4b301573..f0cfbe70eee1d 100644 --- a/sys/netatm/atm_if.h +++ b/sys/netatm/atm_if.h @@ -279,6 +279,8 @@ struct cmn_unit { (struct cmn_unit *, Cmn_vcc *, KBuffer *); Atm_config cu_config; /* Device configuration data */ + + void * cu_softc; /* pointer to driver state */ }; typedef struct cmn_unit Cmn_unit; |
