Merge git://git.infradead.org/mtd-2.6
[linux-2.6-block.git] / include / asm-v850 / mmu.h
CommitLineData
a8400986 1/* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */
1da177e4
LT
2
3#ifndef __V850_MMU_H__
4#define __V850_MMU_H__
5
1da177e4 6typedef struct {
a8400986
MB
7 struct vm_list_struct *vmlist;
8 unsigned long end_brk;
1da177e4
LT
9} mm_context_t;
10
11#endif /* __V850_MMU_H__ */