3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
12 #define CACHE_LINE_SIZE 16
13 /* Binary logarithm of the cache line size */
14 #define LG_CACHE_LINE_SIZE 4
17 extern void mmu_init(void);
18 extern void caches_init(void);
19 extern void flush_dcache_range(unsigned long start, unsigned long stop);
22 #endif /* _TEST_BURST_H */