Make devLib available from other OSs iff they provide the right table in an
external support application.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user