kernel_samsung_a53x/arch/m68k/include/asm/cacheflush.h
2024-06-15 16:02:09 -03:00

6 lines
133 B
C
Executable file

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