diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/trusty/smcall.h | 1 | ||||
| -rw-r--r-- | include/linux/trusty/trusty.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/trusty/smcall.h b/include/linux/trusty/smcall.h index 278a4b256..4344683f6 100644 --- a/include/linux/trusty/smcall.h +++ b/include/linux/trusty/smcall.h | |||
| @@ -71,5 +71,6 @@ | |||
| 71 | #define SMC_FC_CPU_RESUME SMC_FASTCALL_NR (SMC_ENTITY_SECURE_MONITOR, 8) | 71 | #define SMC_FC_CPU_RESUME SMC_FASTCALL_NR (SMC_ENTITY_SECURE_MONITOR, 8) |
| 72 | 72 | ||
| 73 | #define SMC_FC_AARCH_SWITCH SMC_FASTCALL_NR (SMC_ENTITY_SECURE_MONITOR, 9) | 73 | #define SMC_FC_AARCH_SWITCH SMC_FASTCALL_NR (SMC_ENTITY_SECURE_MONITOR, 9) |
| 74 | #define SMC_FC_GET_VERSION_STR SMC_FASTCALL_NR (SMC_ENTITY_SECURE_MONITOR, 10) | ||
| 74 | 75 | ||
| 75 | #endif /* __LINUX_TRUSTY_SMCALL_H */ | 76 | #endif /* __LINUX_TRUSTY_SMCALL_H */ |
diff --git a/include/linux/trusty/trusty.h b/include/linux/trusty/trusty.h index ce00c1d46..abb77f1db 100644 --- a/include/linux/trusty/trusty.h +++ b/include/linux/trusty/trusty.h | |||
| @@ -52,5 +52,5 @@ int trusty_call_notifier_register(struct device *dev, | |||
| 52 | struct notifier_block *n); | 52 | struct notifier_block *n); |
| 53 | int trusty_call_notifier_unregister(struct device *dev, | 53 | int trusty_call_notifier_unregister(struct device *dev, |
| 54 | struct notifier_block *n); | 54 | struct notifier_block *n); |
| 55 | 55 | const char *trusty_version_str_get(struct device *dev); | |
| 56 | #endif | 56 | #endif |
