home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
f
/
ftp-102.zip
/
ftape-1.02
/
driver
/
kernel-interfa
< prev
next >
Wrap
Text File
|
1992-10-12
|
1KB
|
38 lines
/* Specifics to this kernel.
Copyright (C) 1992 David L. Brown, Jr.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* kernel-interface.h,v 1.3 1992/10/13 01:44:49 dbrown Exp
*
* kernel-interface.h,v
* Revision 1.3 1992/10/13 01:44:49 dbrown
* Added FSF copyright.
*
* Revision 1.2 1992/10/03 23:56:34 dbrown
* Moved enough of the old driver into the new to get drive status, and
* seek the tape and the tape head.
*
* Revision 1.1 1992/07/18 06:22:32 dbrown
* Added new files.
*
* Revision 1.1 1992/07/03 13:37:39 dbrown
* Initial revision
*
*/
extern char *tape_buffer;