blob: c436138945a84dca9f1f311e54a801090c396853 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_MMU_H
2#define __ASM_MMU_H
3
David Daneyc52d0d32010-02-18 16:13:04 -08004typedef struct {
5 unsigned long asid[NR_CPUS];
6 void *vdso;
7} mm_context_t;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
9#endif /* __ASM_MMU_H */