2015-03-26 17:24:57 +01:00

6 lines
86 B
C

#ifdef __uClinux__
#include "cacheflush_no.h"
#else
#include "cacheflush_mm.h"
#endif