diff options
| author | Jaiju Yesudasan <cjaijuy@codeaurora.org> | 2017-02-01 15:15:40 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-13 23:45:40 -0700 |
| commit | ca857d351bd8b6774b7719ceb4838e3496d3425f (patch) | |
| tree | c854cbf464d540affe6cdf1497b37789427abe42 | |
| parent | 89bfd053bfb4afb40d86f58de52cb7b1433dccba (diff) | |
soc: qcom: Define macro to indicate service identifier for scm call
Added new service identifier macro for scm call.
The service is for getting system bandwidth information.
Change-Id: I0a67fe039753ea30c81bcdb34612d79d6bc6082c
Signed-off-by: Jaiju Yesudasan <cjaijuy@codeaurora.org>
| -rw-r--r-- | include/soc/qcom/scm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/qcom/scm.h b/include/soc/qcom/scm.h index ac8b2ebadbdd..ad57eda97f9d 100644 --- a/include/soc/qcom/scm.h +++ b/include/soc/qcom/scm.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -30,6 +30,7 @@ #define SCM_SVC_SMMU_PROGRAM 0x15 #define SCM_SVC_QDSS 0x16 #define SCM_SVC_TZSCHEDULER 0xFC +#define SCM_SVC_BW 0xFD #define SCM_FUSE_READ 0x7 #define SCM_CMD_HDCP 0x01 |
