mmu.h 143 B

123456789
  1. #ifndef __ASM_MMU_H
  2. #define __ASM_MMU_H
  3. typedef struct {
  4. unsigned long asid[NR_CPUS];
  5. void *vdso;
  6. } mm_context_t;
  7. #endif /* __ASM_MMU_H */