Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.7-rc3 6 lines 160 B view raw
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