gems-kernel/source/THIRDPARTY/linux-old/drivers/scsi/constants.h
2024-06-03 11:16:15 -05:00

7 lines
234 B
C

#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 */