8 lines
139 B
C
8 lines
139 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
#ifndef _ASM_ARM64_CFI_H
|
||
|
|
#define _ASM_ARM64_CFI_H
|
||
|
|
|
||
|
|
#define __bpfcall
|
||
|
|
|
||
|
|
#endif /* _ASM_ARM64_CFI_H */
|