diff options
Diffstat (limited to 'lib/static-configurator.h')
-rw-r--r-- | lib/static-configurator.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/static-configurator.h b/lib/static-configurator.h new file mode 100644 index 0000000..45bf271 --- /dev/null +++ b/lib/static-configurator.h @@ -0,0 +1,16 @@ +/** + * 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 |