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