root/arch/m68k/include/asm/cachetype.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_M68K_CACHETYPE_H
#define __ASM_M68K_CACHETYPE_H

#include <linux/types.h>

#define cpu_dcache_is_aliasing()        true

#endif