17 lines
350 B
C
17 lines
350 B
C
/*---------------------------------------------------------------------------
|
|
linahdl.h
|
|
|
|
lina (signal recovery lock in amplifier model 7265) handler
|
|
|
|
Markus Zolliker, Oct 2006
|
|
----------------------------------------------------------------------------*/
|
|
|
|
#ifndef LINAHDL_H
|
|
#define LINAHDL_H
|
|
|
|
#include "ease.h"
|
|
|
|
int LinaHandler(void *eab);
|
|
|
|
#endif
|