home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-v850 / mmu.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  238 b   |  12 lines

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