diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2018-01-24 20:36:45 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-01-24 20:36:44 -0800 |
| commit | 41a986188bbbcf499a69546e7e54b507b9888d26 (patch) | |
| tree | 901cc82d6a4526f4409f54f9f2503d55e52868a6 /include/uapi | |
| parent | 963910a5efbd371ef0c995b72303b6220d504a52 (diff) | |
| parent | 8c8abdeafc8ce93c811773ba7d177d27015702aa (diff) | |
Merge "Merge android-4.4.112 (5f6325b) into msm-4.4"
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/tee.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/tee.h b/include/uapi/linux/tee.h index 370d8845ab21..688782e90140 100644 --- a/include/uapi/linux/tee.h +++ b/include/uapi/linux/tee.h @@ -49,6 +49,7 @@ #define TEE_MAX_ARG_SIZE 1024 #define TEE_GEN_CAP_GP (1 << 0)/* GlobalPlatform compliant TEE */ +#define TEE_GEN_CAP_PRIVILEGED (1 << 1)/* Privileged device (for supplicant) */ /* * TEE Implementation ID |
