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