EPICS Base
7.0.5.1
miscIocRegister.h
1
/*************************************************************************\
2
* Copyright (c) 2007 The University of Chicago, 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_miscIocRegister_H
12
#define INC_miscIocRegister_H
13
14
#include "
shareLib.h
"
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
epicsShareFunc
void
miscIocRegister(
void
);
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
/* INC_miscIocRegister_H */
shareLib.h
Mark external symbols and entry points for shared libraries.
Generated on Sun Mar 21 2021 16:10:19 for EPICS Base by
1.8.13