SmartAudio/lichee/linux-4.9/arch/m68k/include/asm/pgtable.h

6 lines
88 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifdef __uClinux__
#include <asm/pgtable_no.h>
#else
#include <asm/pgtable_mm.h>
#endif