Manish V Badarkhe | 5586151 | 2020-03-27 13:25:51 +0000 | [diff] [blame] | 1 | /* |
Yann Gautier | ee05077 | 2021-05-20 14:57:34 +0200 | [diff] [blame] | 2 | * Copyright (c) 2020-2021, ARM Limited and Contributors. All rights reserved. |
Manish V Badarkhe | 5586151 | 2020-03-27 13:25:51 +0000 | [diff] [blame] | 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) |
Manish V Badarkhe | 5586151 | 2020-03-27 13:25:51 +0000 | [diff] [blame] | 12 | |
| 13 | #endif /* SMCCC_DEF_H */ |