mmu.h 238 B

1234567891011
  1. /* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */
  2. #ifndef __V850_MMU_H__
  3. #define __V850_MMU_H__
  4. typedef struct {
  5. struct vm_list_struct *vmlist;
  6. unsigned long end_brk;
  7. } mm_context_t;
  8. #endif /* __V850_MMU_H__ */