diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-04 21:39:45 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-04 21:39:45 -0700 |
| commit | 132ea5885a64de94b664c58ffb8d509c3db33386 (patch) | |
| tree | 8c82163c01266c0dfc77c1839a7dbd53cb7c8858 /include | |
| parent | 8716a4c3eb30ea80a17c92b6496be3f257f03a72 (diff) | |
| parent | 74c99fcb90d4dd66645813b38bb25b88757c545b (diff) | |
Merge "socinfo: Export API for getting SOC serial number"
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/socinfo.h | 1 |
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; |
