root/src/add-ons/kernel/busses/scsi/usb/proto_cbi.h
/**
 *
 * TODO: description
 *
 * This file is a part of USB SCSI CAM for Haiku.
 * May be used under terms of the MIT License
 *
 * Author(s):
 *      Siarzhuk Zharski <imker@gmx.li>
 *
 *
 */
#ifndef _PROTO_CBI_H_
        #define _PROTO_CBI_H_

#ifndef _PROTO_MODULE_H_
#include "proto_module.h"
#endif /* _PROTO_MODULE_H_ */

extern protocol_module_info cbi_protocol_m;

#endif /*_PROTO_CBI_H_*/