Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/cam/ctl/ctl_backend.h 264274 2014-04-08 20:50:48Z mav $
---
> * $FreeBSD: head/sys/cam/ctl/ctl_backend.h 267481 2014-06-14 17:47:44Z mav $
303a304,311
> /*
> * KPI to manipulate LUN options
> */
> struct ctl_lun_req;
> void ctl_init_opts(struct ctl_be_lun *be_lun, struct ctl_lun_req *req);
> void ctl_free_opts(struct ctl_be_lun *be_lun);
> char * ctl_get_opt(struct ctl_be_lun *be_lun, const char *name);
>