Add OS-dependent VME support.
This commit is contained in:
@@ -176,6 +176,7 @@ INC += epicsStdioRedirect.h
|
||||
INC += epicsGetopt.h
|
||||
|
||||
INC += devLib.h
|
||||
INC += osdVME.h
|
||||
|
||||
SRCS += epicsThread.cpp
|
||||
SRCS += epicsMutex.cpp
|
||||
|
||||
15
src/libCom/osi/os/RTEMS/osdVME.h
Normal file
15
src/libCom/osi/os/RTEMS/osdVME.h
Normal 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>
|
||||
14
src/libCom/osi/os/default/osdVME.h
Normal file
14
src/libCom/osi/os/default/osdVME.h
Normal 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
|
||||
*/
|
||||
15
src/libCom/osi/os/vxWorks/osdVME.h
Normal file
15
src/libCom/osi/os/vxWorks/osdVME.h
Normal 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>
|
||||
Reference in New Issue
Block a user