yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | /* |
| 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 | |
| 25 | EXPORT_SYMBOL(__myget_user_1); |
| 26 | EXPORT_SYMBOL(__myget_user_2); |
| 27 | EXPORT_SYMBOL(__myget_user_4); |
| 28 | |
| 29 | EXPORT_SYMBOL(__myput_user_1); |
| 30 | EXPORT_SYMBOL(__myput_user_2); |
| 31 | EXPORT_SYMBOL(__myput_user_4); |
| 32 | EXPORT_SYMBOL(__myput_user_8); |
| 33 | #endif |