1d8b1cf07Simker /** 2d8b1cf07Simker * 3d8b1cf07Simker * TODO: description 4d8b1cf07Simker * 5*06437987SMatt Madia * This file is a part of USB SCSI CAM for Haiku. 6d8b1cf07Simker * May be used under terms of the MIT License 7d8b1cf07Simker * 8d8b1cf07Simker * Author(s): 9d8b1cf07Simker * Siarzhuk Zharski <imker@gmx.li> 10d8b1cf07Simker * 11b3d94504SStephan Aßmus * 12b3d94504SStephan Aßmus */ 13b3d94504SStephan Aßmus #ifndef _PROTO_CBI_H_ 14b3d94504SStephan Aßmus #define _PROTO_CBI_H_ 15b3d94504SStephan Aßmus 16b3d94504SStephan Aßmus #ifndef _PROTO_MODULE_H_ 17b3d94504SStephan Aßmus #include "proto_module.h" 18b3d94504SStephan Aßmus #endif /* _PROTO_MODULE_H_ */ 19b3d94504SStephan Aßmus 20b3d94504SStephan Aßmus extern protocol_module_info cbi_protocol_m; 21b3d94504SStephan Aßmus 22b3d94504SStephan Aßmus #endif /*_PROTO_CBI_H_*/ 23