diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-02-18 00:00:34 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-02-18 00:00:34 +0000 |
| commit | d134aa0b204e8cb7ecac243d68053017b4f2b6ab (patch) | |
| tree | ddea077bfbe94688db63926550e711f058ff28d1 /sys/dev/isp/isp_ioctl.h | |
| parent | a23118f372ab00179c74bbc4b8779a8897e24744 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_ioctl.h')
| -rw-r--r-- | sys/dev/isp/isp_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index d3af96ff67068..c0480808392b3 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -105,5 +105,5 @@ typedef struct { /* * Get F/W crash dump */ -#define ISP_GET_FW_CRASH_DUMP _IOR(ISP_IOC, 10, void *) +#define ISP_GET_FW_CRASH_DUMP _IO(ISP_IOC, 10) #define ISP_FORCE_CRASH_DUMP _IO(ISP_IOC, 11) |
