1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <linux/highmem.h>
10 #include <asm/virtconvert.h>
11 #if defined(CONFIG_COLDFIRE)
12 #include <asm/mcf_pgalloc.h>
13 #elif defined(CONFIG_SUN3)
14 #include <asm/sun3_pgalloc.h>
16 #include <asm/motorola_pgalloc.h>
19 extern void m68k_setup_node(int node
);
22 #endif /* M68K_PGALLOC_H */