1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 3 4 #ifndef __always_inline 5 #define __always_inline __inline__ 6 #endif 7