android_kernel_samsung_hero.../arch/m68k/include/asm/pgtable.h
2016-08-17 16:41:52 +08:00

5 lines
88 B
C

#ifdef __uClinux__
#include <asm/pgtable_no.h>
#else
#include <asm/pgtable_mm.h>
#endif