/*========================================================================== NinjaSCSI-3 message handler By: YOKOTA Hiroshi <[email protected]> This software may be used and distributed according to the terms of the GNU General Public License. */ /* $Id: nsp_message.c,v 1.6 2003/07/26 14:21:09 elca Exp $ */ static void nsp_message_in(struct scsi_cmnd *SCpnt) { … } static void nsp_message_out(struct scsi_cmnd *SCpnt) { … } /* end */