/usr/src/linux-headers-5.15.0-181/arch/m68k/include/asm
Edit: /usr/src/linux-headers-5.15.0-181/arch/m68k/include/asm/pgalloc.h (444B)
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef M68K_PGALLOC_H
#define M68K_PGALLOC_H
#include
#include
#include
#ifdef CONFIG_MMU
#include
#if defined(CONFIG_COLDFIRE)
#include
#elif defined(CONFIG_SUN3)
#include
#else
#include
#endif
extern void m68k_setup_node(int node);
#endif
#endif /* M68K_PGALLOC_H */