diff options
| author | Scott Long <scottl@FreeBSD.org> | 2013-09-25 17:16:21 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2013-09-25 17:16:21 +0000 |
| commit | eb8a7632ba2a674b697cfedeba54ccb941a446b9 (patch) | |
| tree | ebaa28f9cc2c11e9c0022f0db7fff2cc3e92b88c /sys/dev/iir/iir.h | |
| parent | f564de00f794fb33bf22a8c4fba818a8bee8a71e (diff) | |
Notes
Diffstat (limited to 'sys/dev/iir/iir.h')
| -rw-r--r-- | sys/dev/iir/iir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iir/iir.h b/sys/dev/iir/iir.h index dbae7d2a80f59..de7b641257e9c 100644 --- a/sys/dev/iir/iir.h +++ b/sys/dev/iir/iir.h @@ -684,6 +684,7 @@ struct gdt_ccb { union ccb *gc_ccb; gdt_ucmd_t *gc_ucmd; bus_dmamap_t gc_dmamap; + struct callout_handle gc_timeout_ch; int gc_map_flag; int gc_timeout; u_int8_t gc_service; |
