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