[coldfire]: 2.6.31 support (WiP)
[openwrt/svn-archive/archive.git] / target / linux / coldfire / files-2.6.31 / arch / m68k / include / asm / cf_cacheflush.h
1 #ifndef M68K_CF_CACHEFLUSH_H
2 #define M68K_CF_CACHEFLUSH_H
3
4 #ifdef CONFIG_M5445X
5 #include "cf_5445x_cacheflush.h"
6 #else
7 #include "cf_548x_cacheflush.h"
8 #endif
9
10 #endif /* M68K_CF_CACHEFLUSH_H */