mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
556 B
27 lines
556 B
|
|
/*
|
|
* SoftPC Version 2.0
|
|
*
|
|
* Title : Pseudo terminal Interface Task.
|
|
*
|
|
* Desription : This module contains those function calls necessary to
|
|
* interface a PC driver to the pseudo terminal unix
|
|
* unix drivers.
|
|
*
|
|
* Author : Simon Frost/William Charnell
|
|
*
|
|
* Notes : None
|
|
*
|
|
*/
|
|
|
|
/*
|
|
static char SccsID[]="@(#)gendrvr.h 1.4 09/24/92 Copyright Insignia Solutions Ltd.";
|
|
*/
|
|
|
|
#if defined (GEN_DRVR) || defined (CDROM)
|
|
extern void init_gen_drivers();
|
|
#endif /* GEN_DRVR || CDROM */
|
|
|
|
#ifdef GEN_DRVR
|
|
extern void gen_driver_io();
|
|
#endif /* GEN_DRVR */
|