/* | |
* Copyright (c) 2018, Arm Limited. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef __ARM_ARCH_SVC_H__ | |
#define __ARM_ARCH_SVC_H__ | |
#define SMCCC_VERSION 0x80000000 | |
#define SMCCC_ARCH_FEATURES 0x80000001 | |
#define SMCCC_ARCH_WORKAROUND_1 0x80008000 | |
#define SMCCC_ARCH_WORKAROUND_2 0x80007FFF | |
#endif /* __ARM_ARCH_SVC_H__ */ |