diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-11 03:25:04 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-11 03:25:04 +0000 |
| commit | 73030e03ce43a5b08e7c70ececaa2a34e57471fb (patch) | |
| tree | 4cdda3097fefd6ca5dc914e1e615c16f4926b81b /sys/dev/isp/isp_freebsd.h | |
| parent | 7fb2cdd9eebcfdd2cdcb841f7261e7e11a65d210 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_freebsd.h')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 79b34858de62..bcdcde37bf27 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -365,6 +365,11 @@ extern void isp_attach(struct ispsoftc *); extern void isp_uninit(struct ispsoftc *); /* + * driver global data + */ +extern int isp_announced; + +/* * Platform private flags */ #define ISP_SPRIV_ERRSET 0x1 |
