MIPS: Export memcpy & memset functions alongside their definitions
[sfrench/cifs-2.6.git] / arch / mips / kernel / mips_ksyms.c
1 /*
2  * Export MIPS-specific functions needed for loadable modules.
3  *
4  * This file is subject to the terms and conditions of the GNU General Public
5  * License.  See the file "COPYING" in the main directory of this archive
6  * for more details.
7  *
8  * Copyright (C) 1996, 97, 98, 99, 2000, 01, 03, 04, 05, 12 by Ralf Baechle
9  * Copyright (C) 1999, 2000, 01 Silicon Graphics, Inc.
10  */
11 #include <linux/interrupt.h>
12 #include <linux/export.h>
13 #include <asm/checksum.h>
14 #include <linux/mm.h>
15 #include <linux/uaccess.h>
16 #include <asm/ftrace.h>
17 #include <asm/fpu.h>
18 #include <asm/msa.h>
19
20 /*
21  * Functions that operate on entire pages.  Mostly used by memory management.
22  */
23 EXPORT_SYMBOL(clear_page);
24 EXPORT_SYMBOL(copy_page);