summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/asm-prototypes.h
blob: 8e8fc38b094138298dbc61bb7e4d38896e227b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#include <asm/checksum.h>
#include <asm/page.h>
#include <asm/fpu.h>
#include <asm-generic/asm-prototypes.h>
#include <linux/uaccess.h>
#include <asm/ftrace.h>
#include <asm/mmu_context.h>

extern void clear_page_cpu(void *page);
extern void copy_page_cpu(void *to, void *from);