[PATCH 07/12] rename devLib to devLibVME

This commit is contained in:
Michael Davidsaver
2010-05-25 13:58:49 +01:00
committed by Michael Davidsaver
parent 46ec38756b
commit 4a3b4358c3
7 changed files with 11 additions and 10 deletions
+4 -3
View File
@@ -192,7 +192,8 @@ INC += epicsStdioRedirect.h
INC += epicsGetopt.h
INC += devLib.h
INC += devLibImpl.h
INC += devLibVME.h
INC += devLibVMEImpl.h
INC += osdVME.h
SRCS += epicsThread.cpp
@@ -231,8 +232,8 @@ SRCS += osdProcess.c
SRCS += osdNetIntf.c
SRCS += osdMessageQueue.c
SRCS += devLib.c
SRCS += devLibOSD.c
SRCS += devLibVME.c
SRCS += devLibVMEOSD.c
SRC_DIRS += $(LIBCOM)/taskwd
INC += taskwd.h
@@ -7,7 +7,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLib.c - support for allocation of common device resources */
/* $Id$ */
/* devLib.c,v 1.1.2.11 2009/07/09 16:37:23 anj Exp */
/*
* Original Author: Marty Kraimer
@@ -18,7 +18,7 @@
* .01 06-14-93 joh needs devAllocInterruptVector() routine
*/
static const char sccsID[] = "@(#) $Id$";
static const char sccsID[] = "@(#) devLib.c,v 1.1.2.11 2009/07/09 16:37:23 anj Exp";
#include <string.h>
#include <stdio.h>
@@ -7,7 +7,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLib.h */
/* $Id$ */
/* devLib.h,v 1.1.2.8 2009/07/09 15:27:43 anj Exp */
/*
* Original Author: Marty Kraimer
@@ -6,7 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Id$ */
/* devLibOSD.c,v 1.1.2.8 2009/07/09 16:37:23 anj Exp */
/* RTEMS port by Till Straumann, <strauman@slac.stanford.edu>
* 3/2002
@@ -5,7 +5,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Id$ */
/* devLibOSD.c,v 1.1.2.1 2009/06/15 16:10:05 anj Exp */
#include <stdlib.h>
@@ -6,7 +6,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Id$ */
/* devLibOSD.c,v 1.1.2.1 2006/02/17 22:51:24 anj Exp */
#include <stdlib.h>
@@ -7,7 +7,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Id$
* devLibOSD.c,v 1.1.2.9 2009/07/09 16:37:23 anj Exp
*
* Archictecture dependent support for common device driver resources
*