Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-microblaze.git] / include / uapi / linux / stddef.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #include <linux/compiler_types.h>
3
4 #ifndef __always_inline
5 #define __always_inline inline
6 #endif