blob: ee8220f8dcf5f5e16662580cc5c35ac66c322048 [file] [log] [blame]
Greg Kroah-Hartman6f52b162017-11-01 15:08:43 +01001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Will Deacond1515582017-10-24 11:22:46 +01002#include <linux/compiler_types.h>
Denys Vlasenko283d7572016-03-30 00:14:57 +02003
4#ifndef __always_inline
5#define __always_inline inline
6#endif