20 lines
660 B
C
20 lines
660 B
C
/*************************************************************************\
|
|
* Copyright (c) 2006 The University of Chicago, as Operator of Argonne
|
|
* National Laboratory.
|
|
* SPDX-License-Identifier: EPICS
|
|
* EPICS Base is distributed subject to a Software License Agreement found
|
|
* in file LICENSE that is included with this distribution.
|
|
\*************************************************************************/
|
|
|
|
/*
|
|
* Dummy version -- use if application does not provide its own version
|
|
*/
|
|
#include "epicsRtemsInitHooks.h"
|
|
#ifdef RTEMS_LEGACY_STACK
|
|
int
|
|
epicsRtemsInitPreSetBootConfigFromNVRAM(struct rtems_bsdnet_config *config)
|
|
{
|
|
return 0;
|
|
}
|
|
#endif
|