aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amrvar.h
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2006-02-02 17:50:59 +0000
committerPaul Saab <ps@FreeBSD.org>2006-02-02 17:50:59 +0000
commit447c943f684f3e9d6e3a2157728256836670e6ef (patch)
treef3c03546987c969238ae589c2509a6c5fc55d3a0 /sys/dev/amr/amrvar.h
parentf5cdbcf14c76545760379cb514f21a074fb725cd (diff)
Notes
Diffstat (limited to 'sys/dev/amr/amrvar.h')
-rw-r--r--sys/dev/amr/amrvar.h2
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);