mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
a8400986fb
Signed-off-by: Miles Bader <miles@gnu.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
12 lines
238 B
C
12 lines
238 B
C
/* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */
|
|
|
|
#ifndef __V850_MMU_H__
|
|
#define __V850_MMU_H__
|
|
|
|
typedef struct {
|
|
struct vm_list_struct *vmlist;
|
|
unsigned long end_brk;
|
|
} mm_context_t;
|
|
|
|
#endif /* __V850_MMU_H__ */
|