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