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