add HAS_registerAllRecordDeviceDrivers
This commit is contained in:
@ -24,3 +24,5 @@ MSI3_15 = $(EPICS_DATABASE_HOST_BIN)/msi$(HOSTEXE)
|
||||
|
||||
# Libraries needed to link a basic IOC
|
||||
EPICS_BASE_IOC_LIBS = dbRecStd dbCore ca Com
|
||||
|
||||
HAS_registerAllRecordDeviceDrivers=YES
|
||||
|
@ -24,6 +24,8 @@ struct dbBase;
|
||||
/* register many useful commands */
|
||||
epicsShareFunc void iocshRegisterCommon(void);
|
||||
|
||||
#define HAS_registerAllRecordDeviceDrivers
|
||||
|
||||
epicsShareFunc
|
||||
long
|
||||
registerAllRecordDeviceDrivers(struct dbBase *pdbbase);
|
||||
|
Reference in New Issue
Block a user