2020-11-04 10:33:20 +08:00

6 lines
91 B
C

#include <linux/compiler.h>
#ifndef __always_inline
#define __always_inline inline
#endif