mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-25 16:47:22 +00:00
Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Richard Weinberger <richard@nod.at>
11 lines
196 B
C
11 lines
196 B
C
#include <linux/stddef.h>
|
|
#include <linux/sched.h>
|
|
#include <linux/elf.h>
|
|
#include <linux/crypto.h>
|
|
#include <linux/kbuild.h>
|
|
#include <asm/mman.h>
|
|
|
|
void foo(void)
|
|
{
|
|
#include <common-offsets.h>
|
|
}
|