| Miles Bader | a840098 | 2005-07-11 18:24:50 +0900 | [diff] [blame] | 1 | /* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 |  | 
 | 3 | #ifndef __V850_MMU_H__ | 
 | 4 | #define __V850_MMU_H__ | 
 | 5 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | typedef struct { | 
| Miles Bader | a840098 | 2005-07-11 18:24:50 +0900 | [diff] [blame] | 7 | 	struct vm_list_struct	*vmlist; | 
 | 8 | 	unsigned long		end_brk; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | } mm_context_t; | 
 | 10 |  | 
 | 11 | #endif /* __V850_MMU_H__ */ |