aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/tt/mmu-tt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/tt/mmu-tt.h')
-rw-r--r--arch/um/include/tt/mmu-tt.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/um/include/tt/mmu-tt.h b/arch/um/include/tt/mmu-tt.h
new file mode 100644
index 00000000000..572a78b2258
--- /dev/null
+++ b/arch/um/include/tt/mmu-tt.h
@@ -0,0 +1,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