| /* |
| * linux/arch/arm/kernel/armksyms.c |
| * |
| * Copyright (C) 2000 Russell King |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| */ |
| #include <linux/export.h> |
| #include <linux/sched.h> |
| #include <linux/string.h> |
| #include <linux/cryptohash.h> |
| #include <linux/delay.h> |
| #include <linux/in6.h> |
| #include <linux/syscalls.h> |
| #include <linux/uaccess.h> |
| #include <linux/io.h> |
| |
| #include <asm/checksum.h> |
| #include <asm/ftrace.h> |
| |
| #ifdef CONFIG_MMU |
| |
| EXPORT_SYMBOL(__myget_user_1); |
| EXPORT_SYMBOL(__myget_user_2); |
| EXPORT_SYMBOL(__myget_user_4); |
| |
| EXPORT_SYMBOL(__myput_user_1); |
| EXPORT_SYMBOL(__myput_user_2); |
| EXPORT_SYMBOL(__myput_user_4); |
| EXPORT_SYMBOL(__myput_user_8); |
| #endif |