diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/fw_config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/fw_config.h b/src/include/fw_config.h index 494ce7f389..c9ef75f929 100644 --- a/src/include/fw_config.h +++ b/src/include/fw_config.h @@ -33,6 +33,13 @@ struct fw_config { #if CONFIG(FW_CONFIG) /** + * fw_config_get() - Provide firmware configuration value. + * + * Return 64bit firmware configuration value determined for the system. + */ +uint64_t fw_config_get(void); + +/** * fw_config_probe() - Check if field and option matches. * @match: Structure containing field and option to probe. * |