blob: 15f87441713854ac845523a827c41b65fb22bd0f [file] [log] [blame]
#ifndef _CONSTANTS_H
#define _CONSTANTS_H
extern void print_command(unsigned char *);
extern int print_msg(unsigned char *);
extern void print_sense(char *, Scsi_Cmnd *);
extern void print_status(int);;
#endif /* def _CONSTANTS_H */