Greg Kroah-Hartman | 6f52b16 | 2017-11-01 15:08:43 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
Will Deacon | d151558 | 2017-10-24 11:22:46 +0100 | [diff] [blame] | 2 | #include <linux/compiler_types.h> |
Denys Vlasenko | 283d757 | 2016-03-30 00:14:57 +0200 | [diff] [blame] | 3 | |
4 | #ifndef __always_inline | ||||
5 | #define __always_inline inline | ||||
6 | #endif |