smccc_def.h 330 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2020-2021, ARM Limited and Contributors. All rights reserved.
3
4
5
6
7
8
9
10
11
12
13
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
#ifndef SMCCC_DEF_H
#define SMCCC_DEF_H

/* Defines used to retrieve ARM SOC revision */
#define ARM_SOC_CONTINUATION_CODE	U(0x4)
#define ARM_SOC_IDENTIFICATION_CODE	U(0x3B)

#endif /* SMCCC_DEF_H */