aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2007-01-05 23:01:54 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2007-01-05 23:01:54 +0000
commitd4c8377f6cc89aad9e5711e0cb76ce2e30d4d14a (patch)
tree2c4682b50ccf1b3b83824b419917295bf409621d /sys/dev/isp
parent5ccae6a508017b573922c99156e061661f9a3696 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index e41b0c84c0d44..26fd924ebcf5c 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -98,7 +98,7 @@
#endif
#if __FreeBSD_version < 700000
-typedef void ispfwfunc(int, int, int, uint16_t **);
+typedef void ispfwfunc(int, int, int, void **);
#endif
#ifdef ISP_TARGET_MODE