diff options
author | ps <ps@FreeBSD.org> | 2003-10-10 22:49:40 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2003-10-10 22:49:40 +0000 |
commit | 592158f5ce62f282f2676d220c95a828787891d4 (patch) | |
tree | a6978cccd00c136d8bb48afbe113b368f63cbbbf /sys/dev/amr/amrvar.h | |
parent | 8248f74b0cd4b641c9c69f7f5dcdf56f900c28b8 (diff) | |
download | FreeBSD-src-592158f5ce62f282f2676d220c95a828787891d4.zip FreeBSD-src-592158f5ce62f282f2676d220c95a828787891d4.tar.gz |
crashdump support.
Some bits by: Rajesh Prabhakaran <rajeshpr@lsil.com>
Diffstat (limited to 'sys/dev/amr/amrvar.h')
-rw-r--r-- | sys/dev/amr/amrvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index a28fa47..1191954 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -261,6 +261,7 @@ struct amrd_softc * Interface between driver core and disk driver (should be using a bus?) */ extern int amr_submit_bio(struct amr_softc *sc, struct bio *bio); +extern int amr_dump_blocks(struct amr_softc *sc, int unit, u_int32_t lba, void *data, int blks); extern void amrd_intr(void *data); /******************************************************************************** |