summaryrefslogtreecommitdiff
path: root/utils/loc_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/loc_target.h')
-rw-r--r--utils/loc_target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/loc_target.h b/utils/loc_target.h
index e9ff918..2dcd895 100644
--- a/utils/loc_target.h
+++ b/utils/loc_target.h
@@ -55,6 +55,9 @@ void loc_get_platform_name(char *platform_name, int array_length);
of atleast PROPERTY_VALUE_MAX*/
void loc_get_auto_platform_name(char *platform_name, int array_length);
int loc_identify_low_ram_target();
+/*The character array passed to this function should have length
+ of atleast PROPERTY_VALUE_MAX*/
+void loc_get_device_soc_id(char *soc_id_value, int array_length);
/* Please remember to update 'target_name' in loc_log.cpp,
if do any changes to this enum. */