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