]> git.ipfire.org Git - thirdparty/linux.git/blob - arch/arm64/include/asm/arm-cci.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
[thirdparty/linux.git] / arch / arm64 / include / asm / arm-cci.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm64/include/asm/arm-cci.h
4 *
5 * Copyright (C) 2015 ARM Ltd.
6 */
7
8 #ifndef __ASM_ARM_CCI_H
9 #define __ASM_ARM_CCI_H
10
11 static inline bool platform_has_secure_cci_access(void)
12 {
13 return false;
14 }
15
16 #endif