summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/cam/cam_xpt_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/cam/cam_xpt_sim.h')
-rw-r--r--freebsd/sys/cam/cam_xpt_sim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/cam/cam_xpt_sim.h b/freebsd/sys/cam/cam_xpt_sim.h
index 323f786c..67b895f2 100644
--- a/freebsd/sys/cam/cam_xpt_sim.h
+++ b/freebsd/sys/cam/cam_xpt_sim.h
@@ -51,6 +51,8 @@ void xpt_release_devq_rl(struct cam_path *path, cam_rl rl,
u_int count, int run_queue);
int xpt_sim_opened(struct cam_sim *sim);
void xpt_done(union ccb *done_ccb);
+void xpt_batch_start(struct cam_sim *sim);
+void xpt_batch_done(struct cam_sim *sim);
#endif
#endif /* _CAM_CAM_XPT_SIM_H */