stddef.h 91 B

123456
  1. #include <linux/compiler.h>
  2. #ifndef __always_inline
  3. #define __always_inline inline
  4. #endif