diff options
Diffstat (limited to 'sys/cam/cam_xpt_internal.h')
-rw-r--r-- | sys/cam/cam_xpt_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt_internal.h b/sys/cam/cam_xpt_internal.h index b1fbaaf..5fa4b5e 100644 --- a/sys/cam/cam_xpt_internal.h +++ b/sys/cam/cam_xpt_internal.h @@ -44,8 +44,7 @@ typedef void (*xpt_dev_async_func)(u_int32_t async_code, struct cam_et *target, struct cam_ed *device, void *async_arg); -typedef void (*xpt_announce_periph_func)(struct cam_periph *periph, - char *announce_string); +typedef void (*xpt_announce_periph_func)(struct cam_periph *periph); struct xpt_xport { xpt_alloc_device_func alloc_device; |