2 * Export MIPS-specific functions needed for loadable modules.
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
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.
11 #include <linux/interrupt.h>
12 #include <linux/export.h>
13 #include <asm/checksum.h>
15 #include <linux/uaccess.h>
16 #include <asm/ftrace.h>
21 * Functions that operate on entire pages. Mostly used by memory management.
23 EXPORT_SYMBOL(clear_page);
24 EXPORT_SYMBOL(copy_page);