2016-03-04 07:09:26 -08:00

6 lines
88 B
C

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