1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/include/asm/arm-cci.h
5 * Copyright (C) 2015 ARM Ltd.
8 #ifndef __ASM_ARM_CCI_H
9 #define __ASM_ARM_CCI_H
15 * We don't have a reliable way of detecting whether,
16 * if we have access to secure-only registers, unless
19 static inline bool platform_has_secure_cci_access(void)
21 return mcpm_is_available();
25 static inline bool platform_has_secure_cci_access(void)