]> Git Repo - linux.git/blob - arch/arm64/include/asm/arm-cci.h
scsi: zfcp: Trace when request remove fails after qdio send fails
[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
This page took 0.029229 seconds and 4 git commands to generate.