diff options
| author | Paul Saab <ps@FreeBSD.org> | 2006-02-02 17:50:59 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2006-02-02 17:50:59 +0000 |
| commit | 447c943f684f3e9d6e3a2157728256836670e6ef (patch) | |
| tree | f3c03546987c969238ae589c2509a6c5fc55d3a0 /sys/dev/amr/amrvar.h | |
| parent | f5cdbcf14c76545760379cb514f21a074fb725cd (diff) | |
Notes
Diffstat (limited to 'sys/dev/amr/amrvar.h')
| -rw-r--r-- | sys/dev/amr/amrvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index 84b3c61af07b8..2f9a728378312 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -231,7 +231,7 @@ struct amr_softc #define AMR_IS_40LD(sc) ((sc)->amr_type & AMR_TYPE_40LD) #define AMR_TYPE_SG64 (1<<2) #define AMR_IS_SG64(sc) ((sc)->amr_type & AMR_TYPE_SG64) - int (* amr_submit_command)(struct amr_softc *sc); + int (* amr_submit_command)(struct amr_command *ac); int (* amr_get_work)(struct amr_softc *sc, struct amr_mailbox *mbsave); int (*amr_poll_command)(struct amr_command *ac); int (*amr_poll_command1)(struct amr_softc *sc, struct amr_command *ac); |
