xref: /rk3399_ARM-atf/include/plat/arm/common/smccc_def.h (revision 48648c0993288b51efd3157f03315152ffaae251)
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