6 lines
86 B
C
Raw Normal View History

2010-08-27 11:19:57 +02:00
#ifdef __uClinux__
#include "cacheflush_no.h"
#else
#include "cacheflush_mm.h"
#endif