/**
 * SPDX-License-Identifier: Apache-2.0
 *
 * @file	static-configurator.h
 * @brief	static configurator header
 */
#ifndef STATIC_CONFIGURATOR_H
#define STATIC_CONFIGURATOR_H
//-----------------------------------------------------------------------------
#include <stdint.h>


uint64_t refop_get_config_data_size_limit(void);

//-----------------------------------------------------------------------------
#endif //#ifndef STATIC_CONFIGURATOR_H