diff options
| author | Paul Saab <ps@FreeBSD.org> | 2003-09-11 23:30:28 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2003-09-11 23:30:28 +0000 |
| commit | faf13262a4390179c61a2825ce97b87223846429 (patch) | |
| tree | ba75241dba6ebd29bdab85c3f42b15cb9860ec8e /sys/dev/ips/ips.h | |
| parent | 8194412b8964d4bfb77866d3ac4ceadb27e80d7b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ips/ips.h')
| -rw-r--r-- | sys/dev/ips/ips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h index 02d58c983813..3d0f19ade996 100644 --- a/sys/dev/ips/ips.h +++ b/sys/dev/ips/ips.h @@ -343,6 +343,7 @@ typedef struct ips_wait_list{ typedef struct ips_softc{ struct resource * iores; struct resource * irqres; + struct intr_config_hook ips_ich; int configured; int state; int iotype; |
