diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-06-30 01:05:20 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-06-30 01:05:20 +0000 |
commit | 9f4ec21dbc20e504e07b8f7d1315b6561c284d98 (patch) | |
tree | b93968478dcd3b22bd671540da75e15f8a2b7f5c /sys/dev/pcmcia/if_wireg.h | |
parent | f0a1c73c54dab14ed95af7efc7f7a1ad395ef175 (diff) |
Convert to use new timeout API.
Diffstat (limited to 'sys/dev/pcmcia/if_wireg.h')
-rw-r--r-- | sys/dev/pcmcia/if_wireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_wireg.h b/sys/dev/pcmcia/if_wireg.h index 34759fd2a9c..46447988d60 100644 --- a/sys/dev/pcmcia/if_wireg.h +++ b/sys/dev/pcmcia/if_wireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wireg.h,v 1.5 2000/02/03 00:56:45 angelos Exp $ */ +/* $OpenBSD: if_wireg.h,v 1.6 2000/06/30 01:04:28 art Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -114,6 +114,7 @@ struct wi_softc { struct pcmcia_io_handle sc_pcioh; int sc_io_window; struct pcmcia_function *sc_pf; + struct timeout sc_timo; }; #define WI_TIMEOUT 65536 |