Files
linux-apfs/arch/mips/include/asm/mmu.h
T

10 lines
143 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef __ASM_MMU_H
#define __ASM_MMU_H
2010-02-18 16:13:04 -08:00
typedef struct {
unsigned long asid[NR_CPUS];
void *vdso;
} mm_context_t;
2005-04-16 15:20:36 -07:00
#endif /* __ASM_MMU_H */