6 lines
94 B
C
6 lines
94 B
C
#ifdef __uClinux__
|
|
#include <asm/cacheflush_no.h>
|
|
#else
|
|
#include <asm/cacheflush_mm.h>
|
|
#endif
|