xref: /haiku/src/add-ons/kernel/busses/scsi/usb/proto_bulk.h (revision 0e50eab75e25d0d82090e22dbff766dfaa6f5e86)
1 /*
2  * Copyright (c) 2003-2005 by Siarzhuk Zharski <imker@gmx.li>
3  * Distributed under the terms of the BSD License.
4  *
5  */
6 
7 /** bulk-only protocol "standard" procedures */
8 
9 
10 #ifndef _PROTO_BULK_H_
11   #define _PROTO_BULK_H_
12 
13 #ifndef _PROTO_MODULE_H_
14 #include "proto_module.h"
15 #endif /* _PROTO_MODULE_H_ */
16 
17 extern protocol_module_info bulk_only_protocol_m;
18 
19 #endif /*_PROTO_BULK_H_*/
20