19 lines
668 B
C
19 lines
668 B
C
/*************************************************************************\
|
|
* Copyright (c) 2006 The University of Chicago, as Operator of Argonne
|
|
* National Laboratory.
|
|
* EPICS BASE Versions 3.13.7
|
|
* and higher are distributed subject to a Software License Agreement found
|
|
* in file LICENSE that is included with this distribution.
|
|
\*************************************************************************/
|
|
|
|
/* Revision-Id: anj@aps.anl.gov-20131120004245-drexj41vy3vynah9 */
|
|
|
|
#include <stdlib.h>
|
|
|
|
#define epicsExportSharedSymbols
|
|
#include "devLibVME.h"
|
|
|
|
/* This file must contain no definitions other than the following: */
|
|
|
|
epicsShareDef devLibVME *pdevLibVME;
|