blob: 267768c66ef613679ce0b219f678fce7cf9c0d0e [file] [log] [blame]
Miles Badera8400982005-07-11 18:24:50 +09001/* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002
3#ifndef __V850_MMU_H__
4#define __V850_MMU_H__
5
Linus Torvalds1da177e2005-04-16 15:20:36 -07006typedef struct {
Miles Badera8400982005-07-11 18:24:50 +09007 struct vm_list_struct *vmlist;
8 unsigned long end_brk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07009} mm_context_t;
10
11#endif /* __V850_MMU_H__ */