Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/cam/cam_periph.h 139743 2005-01-05 22:34:37Z imp $
---
> * $FreeBSD: head/sys/cam/cam_periph.h 168752 2007-04-15 08:49:19Z scottl $
106a107
> struct cam_sim *sim;
115a117
> #define CAM_PERIPH_POLLED 0x40
139c141
< int cam_periph_lock(struct cam_periph *periph, int priority);
---
> void cam_periph_lock(struct cam_periph *periph);
142a145,146
> int cam_periph_hold(struct cam_periph *periph, int priority);
> void cam_periph_unhold(struct cam_periph *periph);