blob: 0d2f47745951a97a28eaef6a0c21e142e590a6a1 [file] [log] [blame]
Dimitris Papastamos0dcdb1a2018-01-19 16:58:29 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __ARM_ARCH_SVC_H__
8#define __ARM_ARCH_SVC_H__
9
10#define SMCCC_VERSION U(0x80000000)
11#define SMCCC_ARCH_FEATURES U(0x80000001)
12#define SMCCC_ARCH_WORKAROUND_1 U(0x80008000)
Dimitris Papastamose6625ec2018-04-05 14:38:26 +010013#define SMCCC_ARCH_WORKAROUND_2 U(0x80007FFF)
14
15#define SMCCC_ARCH_NOT_REQUIRED -2
Dimitris Papastamos0dcdb1a2018-01-19 16:58:29 +000016
17#endif /* __ARM_ARCH_SVC_H__ */