Revision db0b937daf9bee741aa8fd488ea657872b9579fe authored by Atsushi Nemoto on 18 February 2007, 15:54:27 UTC, committed by Ralf Baechle on 18 February 2007, 21:31:36 UTC
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent b6dcec9
Raw File
mmu.h
#ifndef __MMU_H
#define __MMU_H

/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */

typedef struct {
	struct vm_list_struct	*vmlist;
	unsigned long		end_brk;
} mm_context_t;

#endif
back to top