moved iocInit from db to here
This commit is contained in:
23
src/misc/iocInit.h
Normal file
23
src/misc/iocInit.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/* iocInit.h ioc initialization */
|
||||
|
||||
/********************COPYRIGHT NOTIFICATION**********************************
|
||||
This software was developed under a United States Government license
|
||||
described on the COPYRIGHT_UniversityOfChicago file included as part
|
||||
of this distribution.
|
||||
****************************************************************************/
|
||||
#ifndef INCiocInith
|
||||
#define INCiocInith
|
||||
|
||||
#include "shareLib.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
epicsShareFunc int epicsShareAPI iocInit()
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /*INCiocInith*/
|
||||
Reference in New Issue
Block a user