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;