1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/stddef.h> #include <linux/sched.h> #include <linux/elf.h> #include <linux/crypto.h> #include <linux/kbuild.h> #include <asm/mman.h> /* workaround for a warning with -Wmissing-prototypes */ void foo(void); void foo(void) { #include <common-offsets.h> }