|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.