Make devLib available from other OSs iff they provide the right table in an

external support application.
This commit is contained in:
Andrew Johnson
2006-02-17 22:51:26 +00:00
parent b55729875d
commit 7b383a18b4
+17
View File
@@ -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 <stdlib.h>
#include "devLib.h"
/* This file must contain no definitions other than the following: */
devLibVirtualOS *pdevLibVirtualOS;