|
@@ -291,5 +291,10 @@ asmlinkage void __arm_smccc_hvc(unsigned long a0, unsigned long a1,
|
|
*/
|
|
*/
|
|
#define arm_smccc_1_1_hvc(...) __arm_smccc_1_1(SMCCC_HVC_INST, __VA_ARGS__)
|
|
#define arm_smccc_1_1_hvc(...) __arm_smccc_1_1(SMCCC_HVC_INST, __VA_ARGS__)
|
|
|
|
|
|
|
|
+/* Return codes defined in ARM DEN 0070A */
|
|
|
|
+#define SMCCC_RET_SUCCESS 0
|
|
|
|
+#define SMCCC_RET_NOT_SUPPORTED -1
|
|
|
|
+#define SMCCC_RET_NOT_REQUIRED -2
|
|
|
|
+
|
|
#endif /*__ASSEMBLY__*/
|
|
#endif /*__ASSEMBLY__*/
|
|
#endif /*__LINUX_ARM_SMCCC_H*/
|
|
#endif /*__LINUX_ARM_SMCCC_H*/
|