1/* SPDX-License-Identifier: GPL-2.0 */
2#include <asm/checksum.h>
3#include <asm/page.h>
4#include <asm/fpu.h>
5#include <asm-generic/asm-prototypes.h>
6#include <linux/uaccess.h>
7#include <asm/ftrace.h>
8#include <asm/mmu_context.h>
9
10extern void clear_page_cpu(void *page);
11extern void copy_page_cpu(void *to, void *from);
12