1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #include <linux/stddef.h> 3 #include <linux/sched.h> 4 #include <linux/elf.h> 5 #include <linux/crypto.h> 6 #include <linux/kbuild.h> 7 #include <asm/mman.h> 8 9 /* workaround for a warning with -Wmissing-prototypes */ 10 void foo(void); 11 12 void foo(void) 13 { 14 #include <common-offsets.h> 15 } 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.