diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/fw_config.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/fw_config.c b/src/lib/fw_config.c index 0973cbeeff..e17d40e58a 100644 --- a/src/lib/fw_config.c +++ b/src/lib/fw_config.c @@ -12,12 +12,7 @@ #include <stdbool.h> #include <stdint.h> -/** - * fw_config_get() - Provide firmware configuration value. - * - * Return 64bit firmware configuration value determined for the system. - */ -static uint64_t fw_config_get(void) +uint64_t fw_config_get(void) { static uint64_t fw_config_value; static bool fw_config_value_initialized; |