xref: /haiku/src/add-ons/kernel/busses/scsi/usb/proto_cbi.h (revision d8b1cf070360d24b896ff5d4f94e47272b0f58c5)
1*d8b1cf07Simker /**
2*d8b1cf07Simker  *
3*d8b1cf07Simker  * TODO: description
4*d8b1cf07Simker  *
5*d8b1cf07Simker  * This file is a part of USB SCSI CAM for Haiku OS.
6*d8b1cf07Simker  * May be used under terms of the MIT License
7*d8b1cf07Simker  *
8*d8b1cf07Simker  * Author(s):
9*d8b1cf07Simker  * 	Siarzhuk Zharski <imker@gmx.li>
10*d8b1cf07Simker  *
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