blob: 3d43ec06fd3594568bc4a23b8f6e13536703fab3 [file] [log] [blame]
Florian Fainellif6f9be12017-12-01 01:10:09 +01001#ifndef __ASM_ARM_HARDWARE_CACHE_B15_RAC_H
2#define __ASM_ARM_HARDWARE_CACHE_B15_RAC_H
3
4#ifndef __ASSEMBLY__
5
6void b15_flush_kern_cache_all(void);
7
8#endif
9
10#endif