EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
registryJLinks.h
1 /*************************************************************************\
2 * Copyright (c) 2007 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * SPDX-License-Identifier: EPICS
7 * EPICS BASE is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 
11 #ifndef INC_registryJLinks_H
12 #define INC_registryJLinks_H
13 
14 #include "dbBase.h"
15 #include "dbJLink.h"
16 #include "dbCoreAPI.h"
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 DBCORE_API int registryJLinkAdd(DBBASE *pbase, jlif *pjlif);
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 
29 #endif /* INC_registryDriverSupport_H */
Definition: dbBase.h:171
Definition: dbJLink.h:49