xref: /haiku/src/add-ons/kernel/busses/scsi/usb/proto_cbi.h (revision b3d94504c208adafebbf2ba62ae7fc4e0b7d68f7)
1*b3d94504SStephan Aßmus /*
2*b3d94504SStephan Aßmus  * Copyright (c) 2003-2005 by Siarzhuk Zharski <imker@gmx.li>
3*b3d94504SStephan Aßmus  * Distributed under the terms of the BSD License.
4*b3d94504SStephan Aßmus  *
5*b3d94504SStephan Aßmus  */
6*b3d94504SStephan Aßmus 
7*b3d94504SStephan Aßmus #ifndef _PROTO_CBI_H_
8*b3d94504SStephan Aßmus   #define _PROTO_CBI_H_
9*b3d94504SStephan Aßmus 
10*b3d94504SStephan Aßmus #ifndef _PROTO_MODULE_H_
11*b3d94504SStephan Aßmus #include "proto_module.h"
12*b3d94504SStephan Aßmus #endif /* _PROTO_MODULE_H_ */
13*b3d94504SStephan Aßmus 
14*b3d94504SStephan Aßmus extern protocol_module_info cbi_protocol_m;
15*b3d94504SStephan Aßmus 
16*b3d94504SStephan Aßmus #endif /*_PROTO_CBI_H_*/
17