mips_ksyms.c 715 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7
/*
 * Export MIPS-specific functions needed for loadable modules.
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
8
 * Copyright (C) 1996, 97, 98, 99, 2000, 01, 03, 04, 05, 12 by Ralf Baechle
L
Linus Torvalds 已提交
9 10 11
 * Copyright (C) 1999, 2000, 01 Silicon Graphics, Inc.
 */
#include <linux/interrupt.h>
12
#include <linux/export.h>
L
Linus Torvalds 已提交
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>
L
Linus Torvalds 已提交
19

20 21 22 23 24
/*
 * Functions that operate on entire pages.  Mostly used by memory management.
 */
EXPORT_SYMBOL(clear_page);
EXPORT_SYMBOL(copy_page);