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>
This commit is contained in:
parent
89bfd053bf
commit
ca857d351b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue