xref: /linux/arch/nios2/include/asm/mmu.h (revision 5ccc6af5)
1*5ccc6af5SLey Foon Tan /*
2*5ccc6af5SLey Foon Tan  * Copyright (C) 2010 Tobias Klauser <tklauser@distanz.ch>
3*5ccc6af5SLey Foon Tan  * Copyright (C) 2004 Microtronix Datacom Ltd.
4*5ccc6af5SLey Foon Tan  *
5*5ccc6af5SLey Foon Tan  * This file is subject to the terms and conditions of the GNU General Public
6*5ccc6af5SLey Foon Tan  * License. See the file "COPYING" in the main directory of this archive
7*5ccc6af5SLey Foon Tan  * for more details.
8*5ccc6af5SLey Foon Tan  */
9*5ccc6af5SLey Foon Tan 
10*5ccc6af5SLey Foon Tan #ifndef _ASM_NIOS2_MMU_H
11*5ccc6af5SLey Foon Tan #define _ASM_NIOS2_MMU_H
12*5ccc6af5SLey Foon Tan 
13*5ccc6af5SLey Foon Tan /* Default "unsigned long" context */
14*5ccc6af5SLey Foon Tan typedef unsigned long mm_context_t;
15*5ccc6af5SLey Foon Tan 
16*5ccc6af5SLey Foon Tan #endif /* _ASM_NIOS2_MMU_H */
17