xref: /rk3399_ARM-atf/include/plat/arm/common/smccc_def.h (revision 6dc5979a6cb2121e4c16e7bd62e24030e0f42755)
1 /*
2  * Copyright (c) 2020-2021, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 #ifndef SMCCC_DEF_H
7 #define SMCCC_DEF_H
8 
9 /* Defines used to retrieve ARM SOC revision */
10 #define ARM_SOC_CONTINUATION_CODE	U(0x4)
11 #define ARM_SOC_IDENTIFICATION_CODE	U(0x3B)
12 
13 #endif /* SMCCC_DEF_H */
14