Rtwo/kernel/motorola/sm8550/arch/m68k/include/asm/pgtable.h
2025-09-30 19:22:48 -05:00

6 lines
127 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __uClinux__
#include <asm/pgtable_no.h>
#else
#include <asm/pgtable_mm.h>
#endif