aboutsummaryrefslogtreecommitdiff
path: root/include/asm-um/kmap_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/kmap_types.h')
-rw-r--r--include/asm-um/kmap_types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/asm-um/kmap_types.h b/include/asm-um/kmap_types.h
new file mode 100644
index 00000000000..0b22ad776e7
--- /dev/null
+++ b/include/asm-um/kmap_types.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
+ * Licensed under the GPL
+ */
+
+#ifndef __UM_KMAP_TYPES_H
+#define __UM_KMAP_TYPES_H
+
+#include "asm/arch/kmap_types.h"
+
+#endif