aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/tt/mmu-tt.h
blob: 572a78b225872422f10f142e9607126c24eba463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
 * Licensed under the GPL
 */

#ifndef __TT_MMU_H
#define __TT_MMU_H

struct mmu_context_tt {
};

#endif