xref: /linux/arch/mips/include/asm/mach-ath79/kmalloc.h (revision 2464ac8a6ff8d8a18b50088eb1d1d638f9cee2f1)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MACH_ATH79_KMALLOC_H
3 #define __ASM_MACH_ATH79_KMALLOC_H
4 
5 #define ARCH_DMA_MINALIGN	L1_CACHE_BYTES
6 
7 #endif /* __ASM_MACH_ATH79_KMALLOC_H */
8