diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2020-11-20 18:02:04 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2020-11-20 18:02:04 +0000 |
| commit | f6854a0cd52e4c7fc4f648e6f8494c10a1a3cb00 (patch) | |
| tree | c4b30f22292058b2c8a929fa20a0520f38624f2c /sys/dev/isp/isp_library.h | |
| parent | 96fbe51956c9df8bdb8317413b1c487b14e4ee68 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_library.h')
| -rw-r--r-- | sys/dev/isp/isp_library.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 10098648777f4..fc206892c4b2b 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -38,8 +38,7 @@ * This used to be platform specific, but basically once you get the segment * stuff figured out, you can make all the code in one spot. */ -typedef enum { ISP_TO_DEVICE, ISP_FROM_DEVICE, ISP_NOXFR} isp_ddir_t; -int isp_send_cmd(ispsoftc_t *, void *, void *, uint32_t, uint32_t, isp_ddir_t, ispds64_t *); +int isp_send_cmd(ispsoftc_t *, void *, void *, uint32_t); /* * Handle management functions. |
