EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 "dbCoreAPI.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 DBCORE_API void dbtoolsIocRegister(void);
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /* INC_dbtoolsIocRegister_H */