diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-21 13:28:22 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-21 13:28:22 -0700 |
| commit | 4d81cb77e9101d4d6441b196619dfb0fcf06b1b5 (patch) | |
| tree | c875a3ded3f6e49cd2c0d90f075e1f96c95879c5 /include/soc/qcom | |
| parent | c37da11cca8324d6505d5bcbc8f8aedcb237790c (diff) | |
| parent | ca857d351bd8b6774b7719ceb4838e3496d3425f (diff) | |
Merge "soc: qcom: Define macro to indicate service identifier for scm call"
Diffstat (limited to 'include/soc/qcom')
| -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 |
