xref: /linux/arch/m68k/include/asm/cacheflush.h (revision f58519e9f7d65c41c17944e25d5343a07454b3a7)
1 #ifdef __uClinux__
2 #include <asm/cacheflush_no.h>
3 #else
4 #include <asm/cacheflush_mm.h>
5 #endif
6