Add OS-dependent VME support.

This commit is contained in:
W. Eric Norum
2004-11-13 17:16:22 +00:00
parent 53360f3dea
commit f677d2f6c5
4 changed files with 45 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ INC += epicsStdioRedirect.h
INC += epicsGetopt.h
INC += devLib.h
INC += osdVME.h
SRCS += epicsThread.cpp
SRCS += epicsMutex.cpp

View File

@@ -0,0 +1,15 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos 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.
\*************************************************************************/
/* $Id$ */
/*
* OS-dependent VME support
*/
#include <bsp/VME.h>

View File

@@ -0,0 +1,14 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos 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.
\*************************************************************************/
/* $Id$ */
/*
* OS-dependent VME support
*/

View File

@@ -0,0 +1,15 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos 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.
\*************************************************************************/
/* $Id$ */
/*
* OS-dependent VME support
*/
#include <vme.h>