From 5e0b8d508ed51004bd836384293be00950ee62c9 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 20 Feb 2024 18:49:50 +0000 Subject: init gnumach copy --- linux/src/drivers/scsi/constants.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 linux/src/drivers/scsi/constants.h (limited to 'linux/src/drivers/scsi/constants.h') 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 */ -- cgit v1.2.1