epvxiLib -> drvEpvxi

This commit is contained in:
Jeff Hill
1992-08-24 12:57:48 +00:00
parent a8ab4148f1
commit a26fab9699
2 changed files with 5 additions and 5 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
/*
* routines for the VXI device support and resource management
* $Id$
* Routines for the VXI device support and resource management.
*
*
*
@@ -140,7 +141,7 @@ static char *sccsId = "$Id$\t$Date$";
#include <memLib.h>
#define SRCepvxiLib /* allocate externals here */
#include <epvxiLib.h>
#include <drvEpvxi.h>
#define NICPU030
+2 -3
View File
@@ -1,5 +1,5 @@
/*
* epvxiMsgLib.c
* $Id$
*
* driver for VXI message based devices
*
@@ -47,7 +47,7 @@ static char *sccsId = "$Id$\t$Date$";
#include <vxWorks.h>
#include <semLib.h>
#include <epvxiLib.h>
#include <drvEpvxi.h>
#include <fast_lock.h>
#ifdef V5_vxWorks
# include <iv.h>
@@ -1106,7 +1106,6 @@ vxiHP1404MsgSignalSetup()
return ERROR;
}
logMsg("found HP1404 device\n");
msgCommanderLA = hpMsgLA;
hpE1404SignalConnect(hpRegLA, signalHandler);