blob: 36b44482aa439ecdc841602fe43eb5f3e87e9efe [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001/*
Manish V Badarkhebc93a342020-04-28 17:59:32 +01002 * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02003 *
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
Manish V Badarkhebc93a342020-04-28 17:59:32 +010012#define SMCCC_ARCH_SOC_ID 0x80000002
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020013#define SMCCC_ARCH_WORKAROUND_1 0x80008000
14#define SMCCC_ARCH_WORKAROUND_2 0x80007FFF
15
16#endif /* __ARM_ARCH_SVC_H__ */