summaryrefslogtreecommitdiff
path: root/linux/src/drivers/scsi/constants.h
blob: e10527ea5e4a9927d3f05d52ec9a0545a9ae80ff (plain)
1
2
3
4
5
6
#ifndef _CONSTANTS_H
#define _CONSTANTS_H
extern int print_msg(unsigned char *);
extern void print_status(int);
extern void print_Scsi_Cmnd (Scsi_Cmnd *);
#endif /* def _CONSTANTS_H */