15 lines
394 B
C
15 lines
394 B
C
/********************************************************************\
|
|
|
|
Name: bulk_monitor.h
|
|
Created by: RA36
|
|
|
|
Contents: Device driver function declarations for
|
|
Bulk muSR front-end creating mon files
|
|
|
|
\********************************************************************/
|
|
|
|
extern INT n_mon_devices;
|
|
extern INT n_reg_devices;
|
|
|
|
INT bulk_monitor(INT cmd, ...);
|