bug fixes and enhancements related to evcontroller

SKIPPED:
	psi/dilludriv.c
	psi/el755driv.c
	psi/eurodriv.c
	psi/eve.c
	psi/eve.h
	psi/fsm.c
	psi/ipsdriv.c
	psi/itc4driv.c
	psi/itcdriv.c
	psi/lcdriv.c
	psi/logger.c
	psi/logger.h
	psi/slsmagnet.c
This commit is contained in:
zolliker
2005-03-03 14:13:06 +00:00
parent c7bef62242
commit d393a0a357
10 changed files with 118 additions and 44 deletions

12
evdriver.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef EVDRIVER_H
#define EVDRIVER_H
#ifndef SICSEVCONTROL
typedef struct __EVDriver *pEVDriver;
#endif
#include <evdriver.i>
#endif