EPICS Base
7.0.5.1
dbtoolsIocRegister.h
1
/*************************************************************************\
2
* Copyright (c) 2007 UChicago Argonne LLC, as Operator of Argonne
3
* National Laboratory.
4
* SPDX-License-Identifier: EPICS
5
* EPICS BASE is distributed subject to a Software License Agreement found
6
* in file LICENSE that is included with this distribution.
7
\*************************************************************************/
8
9
#ifndef INC_dbtoolsIocRegister_H
10
#define INC_dbtoolsIocRegister_H
11
12
#include "
shareLib.h
"
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
epicsShareFunc
void
dbtoolsIocRegister(
void
);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* INC_dbtoolsIocRegister_H */
shareLib.h
Mark external symbols and entry points for shared libraries.
Generated on Sun Mar 21 2021 16:10:18 for EPICS Base by
1.8.13