summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-04 21:39:45 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-04 21:39:45 -0700
commit132ea5885a64de94b664c58ffb8d509c3db33386 (patch)
tree8c82163c01266c0dfc77c1839a7dbd53cb7c8858 /include
parent8716a4c3eb30ea80a17c92b6496be3f257f03a72 (diff)
parent74c99fcb90d4dd66645813b38bb25b88757c545b (diff)
Merge "socinfo: Export API for getting SOC serial number"
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/socinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/socinfo.h b/include/soc/qcom/socinfo.h
index 478243712d07..82672bba7c17 100644
--- a/include/soc/qcom/socinfo.h
+++ b/include/soc/qcom/socinfo.h
@@ -224,6 +224,7 @@ char *socinfo_get_build_id(void);
uint32_t socinfo_get_platform_type(void);
uint32_t socinfo_get_platform_subtype(void);
uint32_t socinfo_get_platform_version(void);
+uint32_t socinfo_get_serial_number(void);
enum pmic_model socinfo_get_pmic_model(void);
uint32_t socinfo_get_pmic_die_revision(void);
int __init socinfo_init(void) __must_check;