This is Unofficial EPICS BASE Doxygen Site
epicsAtomicCD.h
Go to the documentation of this file.
1 
2 /*************************************************************************\
3 * Copyright (c) 2011 LANS LLC, as Operator of
4 * Los Alamos National Laboratory.
5 * Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne
6 * National Laboratory.
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 /*
12  * Author Jeffrey O. Hill
13  * johill@lanl.gov
14  */
15 
16 #ifndef epicsAtomicCD_h
17 #define epicsAtomicCD_h
18 
19 #define EPICS_ATOMIC_CMPLR_NAME "SOLSTUDIO"
20 
21 #include "epicsAtomicOSD.h"
22 
23 #endif /* epicsAtomicCD_h */