root/src/add-ons/kernel/busses/scsi/usb/proto_bulk.h
/**
 *
 * TODO: description
 *
 * This file is a part of USB SCSI CAM for Haiku.
 * May be used under terms of the MIT License
 *
 * Author(s):
 *      Siarzhuk Zharski <imker@gmx.li>
 *
 *
 */
/** bulk-only protocol "standard" procedures */


#ifndef _PROTO_BULK_H_
        #define _PROTO_BULK_H_

#ifndef _PROTO_MODULE_H_
#include "proto_module.h"
#endif /* _PROTO_MODULE_H_ */

extern protocol_module_info bulk_only_protocol_m;

#endif /*_PROTO_BULK_H_*/