2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 23:53:55 +08:00
linux-next/include/uapi/linux/stddef.h

6 lines
91 B
C
Raw Normal View History

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