xref: /haiku/src/add-ons/kernel/busses/scsi/usb/proto_bulk.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
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 /** bulk-only protocol "standard" procedures */
14 
15 
16 #ifndef _PROTO_BULK_H_
17 	#define _PROTO_BULK_H_
18 
19 #ifndef _PROTO_MODULE_H_
20 #include "proto_module.h"
21 #endif /* _PROTO_MODULE_H_ */
22 
23 extern protocol_module_info bulk_only_protocol_m;
24 
25 #endif /*_PROTO_BULK_H_*/
26