Files
pcas/src/rec/ereventDefs.h
Marty Kraimer 866e676a7a .ascii=>.db
1996-01-25 21:26:43 +00:00

13 lines
317 B
C

#ifndef EPICS_EREVENTDEFS_H
#define EPICS_EREVENTDEFS_H
typedef struct EreventDsetStruct {
long number;
DEVSUPFUN report;
DEVSUPFUN init;
DEVSUPFUN initRec;
DEVSUPFUN get_ioint_info;
DEVSUPFUN proc;
} EreventDsetStruct;
#endif