Changes for driver cleanup

This commit is contained in:
Marty Kraimer
1992-04-17 12:54:45 +00:00
parent ec50c1d77d
commit f290207cdf
12 changed files with 26 additions and 29 deletions

View File

@@ -67,12 +67,14 @@ struct {
read_event,
NULL};
IOSCANPVT ioscanpvt;
static IOSCANPVT ioscanpvt;
WDOG_ID wd_id=NULL;
static long init()
static long init(after)
int after;
{
if(after) return(0);
scanIoInit(&ioscanpvt);
return(0);
}