File:  [Early Linux] / linux / kernel / blk_drv / scsi / st.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:13:32 2018 UTC (8 years, 3 months ago) by root
Branches: linus, MAIN
CVS tags: linux098, linux097, HEAD
linux 0.97


#ifndef _ST_H
	#define _ST_H
/*
	$Header: /var/lib/cvsd/repos/linux/linux/kernel/blk_drv/scsi/st.h,v 1.1.1.2 2018/04/24 18:13:32 root Exp $
*/

#ifndef _SCSI_H
#include "scsi.h"
#endif

#define MAX_ST 1

typedef struct 
	{
	/*
		Undecided goodies go here!!!
	*/
	Scsi_Device* device;	
	} Scsi_Tape;


extern int NR_ST;
extern Scsi_Tape scsi_tapes[MAX_ST];
void st_init(void);
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.