2005-07-11 09:24:50 +00:00
|
|
|
/* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#ifndef __V850_MMU_H__
|
|
|
|
#define __V850_MMU_H__
|
|
|
|
|
|
|
|
typedef struct {
|
2005-07-11 09:24:50 +00:00
|
|
|
struct vm_list_struct *vmlist;
|
|
|
|
unsigned long end_brk;
|
2005-04-16 22:20:36 +00:00
|
|
|
} mm_context_t;
|
|
|
|
|
|
|
|
#endif /* __V850_MMU_H__ */
|