xref: /openbmc/linux/arch/mips/include/asm/mmu.h (revision 7051924f771722c6dd235e693742cda6488ac700)
1 #ifndef __ASM_MMU_H
2 #define __ASM_MMU_H
3 
4 typedef struct {
5 	unsigned long asid[NR_CPUS];
6 	void *vdso;
7 } mm_context_t;
8 
9 #endif /* __ASM_MMU_H */
10