EPICS Base  7.0.8.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
registryDeviceSupport.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_registryDeviceSupport_H
12 #define INC_registryDeviceSupport_H
13 
14 #include "devSup.h"
15 #include "dbCoreAPI.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 DBCORE_API int registryDeviceSupportAdd(
22  const char *name, const dset *pdset);
23 DBCORE_API dset * registryDeviceSupportFind(
24  const char *name);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 
31 #endif /* INC_registryDeviceSupport_H */
Definition: devSup.h:141
Device support routines.