blob: 49c5c4cca7d1592260084a62f016861dc006077c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef M68K_CF_CACHEFLUSH_H
#define M68K_CF_CACHEFLUSH_H
#ifdef CONFIG_M5445X
#include "cf_5445x_cacheflush.h"
#else
#include "cf_548x_cacheflush.h"
#endif
#endif /* M68K_CF_CACHEFLUSH_H */
|