summaryrefslogtreecommitdiffstats
path: root/arch/um/include/um_mmu.h
blob: 2461be6b0a60199562c45489c88984a2acf550e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 
 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
 * Licensed under the GPL
 */

#ifndef __ARCH_UM_MMU_H
#define __ARCH_UM_MMU_H

#include "uml-config.h"
#include "choose-mode.h"
#include "mmu-skas.h"

typedef union mm_context {
	struct mmu_context_skas skas;
} mm_context_t;

#endif