/*------------------------------------------------------------------------------------------*\ * \*------------------------------------------------------------------------------------------*/ #ifndef _ENV_H_ #define _ENV_H_ #if IS_ENABLED(CONFIG_AVM_PROM_ENVIRONMENT) extern char *prom_getenv(char *envname); #else #warning AVM PROM environment support is NOT enabled! #endif #include #endif