Files

6 lines
94 B
C
Raw Permalink Normal View History

2023-05-02 09:58:35 +02:00
#ifdef __uClinux__
#include <asm/cacheflush_no.h>
#else
#include <asm/cacheflush_mm.h>
#endif