diff options
Diffstat (limited to 'linux/src/drivers/scsi/constants.h')
-rw-r--r-- | linux/src/drivers/scsi/constants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/src/drivers/scsi/constants.h b/linux/src/drivers/scsi/constants.h new file mode 100644 index 0000000..e10527e --- /dev/null +++ b/linux/src/drivers/scsi/constants.h @@ -0,0 +1,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 */ |