home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / drivers / scsi / constants.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  234 b   |  8 lines

  1. #ifndef _CONSTANTS_H
  2. #define _CONSTANTS_H
  3. extern void print_command(unsigned char *);
  4. extern int print_msg(unsigned char *);
  5. extern void print_sense(char *,  Scsi_Cmnd *);
  6. extern void print_status(int);;
  7. #endif /* def _CONSTANTS_H */
  8.