android_kernel_samsung_hero.../arch/m68k/include/asm/pgtable.h

6 lines
88 B
C
Raw Normal View History

2016-08-17 10:41:52 +02:00
#ifdef __uClinux__
#include <asm/pgtable_no.h>
#else
#include <asm/pgtable_mm.h>
#endif