mmu_context.h 88 字节
Newer Older
1 2 3 4 5
#ifdef __uClinux__
#include "mmu_context_no.h"
#else
#include "mmu_context_mm.h"
#endif