6 lines
80 B
C
6 lines
80 B
C
#ifdef __uClinux__
|
|
#include "machdep_no.h"
|
|
#else
|
|
#include "machdep_mm.h"
|
|
#endif
|