summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt_periph.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/cam_xpt_periph.h')
-rw-r--r--sys/cam/cam_xpt_periph.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/cam/cam_xpt_periph.h b/sys/cam/cam_xpt_periph.h
index dbfb55e..867b1c1 100644
--- a/sys/cam/cam_xpt_periph.h
+++ b/sys/cam/cam_xpt_periph.h
@@ -39,9 +39,6 @@
/* Functions accessed by the peripheral drivers */
#ifdef _KERNEL
void xpt_polled_action(union ccb *ccb);
-union ccb *xpt_alloc_ccb(void);
-union ccb *xpt_alloc_ccb_nowait(void);
-void xpt_free_ccb(union ccb *free_ccb);
void xpt_release_ccb(union ccb *released_ccb);
void xpt_schedule(struct cam_periph *perph, u_int32_t new_priority);
int32_t xpt_add_periph(struct cam_periph *periph);
OpenPOWER on IntegriCloud