From f677d2f6c57e86e722a3f28e4bcd53d196cc2aaf Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Sat, 13 Nov 2004 17:16:22 +0000 Subject: [PATCH] Add OS-dependent VME support. --- src/libCom/Makefile | 1 + src/libCom/osi/os/RTEMS/osdVME.h | 15 +++++++++++++++ src/libCom/osi/os/default/osdVME.h | 14 ++++++++++++++ src/libCom/osi/os/vxWorks/osdVME.h | 15 +++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 src/libCom/osi/os/RTEMS/osdVME.h create mode 100644 src/libCom/osi/os/default/osdVME.h create mode 100644 src/libCom/osi/os/vxWorks/osdVME.h diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 1f993570c..80521bbe8 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -176,6 +176,7 @@ INC += epicsStdioRedirect.h INC += epicsGetopt.h INC += devLib.h +INC += osdVME.h SRCS += epicsThread.cpp SRCS += epicsMutex.cpp diff --git a/src/libCom/osi/os/RTEMS/osdVME.h b/src/libCom/osi/os/RTEMS/osdVME.h new file mode 100644 index 000000000..bd00a149e --- /dev/null +++ b/src/libCom/osi/os/RTEMS/osdVME.h @@ -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 diff --git a/src/libCom/osi/os/default/osdVME.h b/src/libCom/osi/os/default/osdVME.h new file mode 100644 index 000000000..c65b8115c --- /dev/null +++ b/src/libCom/osi/os/default/osdVME.h @@ -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 + */ diff --git a/src/libCom/osi/os/vxWorks/osdVME.h b/src/libCom/osi/os/vxWorks/osdVME.h new file mode 100644 index 000000000..098b5fbde --- /dev/null +++ b/src/libCom/osi/os/vxWorks/osdVME.h @@ -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