Files
Chromebook-Device-Nyan-NVID…/arch/microblaze/include/asm/mmu_context.h
2025-04-06 23:50:55 -05:00

6 lines
102 B
C

#ifdef CONFIG_MMU
# include <asm/mmu_context_mm.h>
#else
# include <asm-generic/mmu_context.h>
#endif