blob: 12358f8a6bc2ab610881babcd9cace6176434e54 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001/*
2 * Copyright (c) 2018, Arm Limited. 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 0x80000000
11#define SMCCC_ARCH_FEATURES 0x80000001
12#define SMCCC_ARCH_WORKAROUND_1 0x80008000
13#define SMCCC_ARCH_WORKAROUND_2 0x80007FFF
14
15#endif /* __ARM_ARCH_SVC_H__ */