From 7b383a18b40f3c8059bd5c14ec30af43d7933e06 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 17 Feb 2006 22:51:26 +0000 Subject: [PATCH] Make devLib available from other OSs iff they provide the right table in an external support application. --- src/libCom/osi/os/default/devLibOSD.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libCom/osi/os/default/devLibOSD.c diff --git a/src/libCom/osi/os/default/devLibOSD.c b/src/libCom/osi/os/default/devLibOSD.c new file mode 100644 index 000000000..bcb24e179 --- /dev/null +++ b/src/libCom/osi/os/default/devLibOSD.c @@ -0,0 +1,17 @@ +/*************************************************************************\ +* Copyright (c) 2006 The University of Chicago, as Operator of Argonne +* 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$ */ + +#include + +#include "devLib.h" + +/* This file must contain no definitions other than the following: */ + +devLibVirtualOS *pdevLibVirtualOS;