summaryrefslogtreecommitdiff
path: root/sys/dev/radiovar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/radiovar.h')
-rw-r--r--sys/dev/radiovar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/radiovar.h b/sys/dev/radiovar.h
index c1fb1b9a663..921f9ec400d 100644
--- a/sys/dev/radiovar.h
+++ b/sys/dev/radiovar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: radiovar.h,v 1.2 2001/12/05 10:27:06 mickey Exp $ */
+/* $OpenBSD: radiovar.h,v 1.3 2002/01/05 02:23:03 mickey Exp $ */
/* $RuOBSD: radiovar.h,v 1.3 2001/09/29 17:10:16 pva Exp $ */
/*
@@ -34,6 +34,7 @@ struct radio_softc {
void *hw_hdl; /* hardware driver handle */
struct device *sc_dev; /* hardware device struct */
struct radio_hw_if *hw_if; /* hardware interface */
+ char sc_dying; /* device detached */
};
#endif /* _SYS_DEV_RADIOVAR_H */