Files
sicspsi/lscsupport.h
zolliker 030c0fb0a3 - added LakeShore 370 driver
- improvements in ease and ips driver
2006-09-12 15:42:23 +00:00

17 lines
346 B
C

/*---------------------------------------------------------------------------
lscsupport.h
Communication routines for LakeShore equipment
Markus Zolliker, July 2006
----------------------------------------------------------------------------*/
#ifndef LSCSUPPORT_H
#define LSCSUPPORT_H
#include "ease.h"
int LscHandler(void *eab);
#endif