blob: a004bffb7b8d2e5c25223fe76f901b0f4df918de [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Al Viro70958502011-08-18 20:05:59 +01002#include <linux/stddef.h>
3#include <linux/sched.h>
4#include <linux/elf.h>
5#include <linux/crypto.h>
Matthias Kaehlcke601b7b912017-04-03 12:54:58 -07006#include <linux/kbuild.h>
Al Viro70958502011-08-18 20:05:59 +01007#include <asm/mman.h>
8
Al Viro70958502011-08-18 20:05:59 +01009void foo(void)
10{
11#include <common-offsets.h>
12}