root/include/uapi/linux/stddef.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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

/* [<][>][^][v][top][bottom][index][help] */