blob: 91dc1bb900d812a28573a05e1d36224ab65fe906 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
2 * linux/arch/arm/kernel/armksyms.c
3 *
4 * Copyright (C) 2000 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#include <linux/export.h>
11#include <linux/sched.h>
12#include <linux/string.h>
13#include <linux/cryptohash.h>
14#include <linux/delay.h>
15#include <linux/in6.h>
16#include <linux/syscalls.h>
17#include <linux/uaccess.h>
18#include <linux/io.h>
19
20#include <asm/checksum.h>
21#include <asm/ftrace.h>
22
23#ifdef CONFIG_MMU
24
25EXPORT_SYMBOL(__myget_user_1);
26EXPORT_SYMBOL(__myget_user_2);
27EXPORT_SYMBOL(__myget_user_4);
28
29EXPORT_SYMBOL(__myput_user_1);
30EXPORT_SYMBOL(__myput_user_2);
31EXPORT_SYMBOL(__myput_user_4);
32EXPORT_SYMBOL(__myput_user_8);
33#endif