1 /* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
6 struct mm_rblock_struct {
12 struct mm_tblock_struct {
13 struct mm_rblock_struct *rblock;
14 struct mm_tblock_struct *next;
18 struct mm_tblock_struct tblock;
19 unsigned long end_brk;
22 #endif /* __V850_MMU_H__ */