]> git.neil.brown.name Git - history.git/commitdiff
[ARM] Add kmap_types.h and percpu.h
authorRussell King <rmk@flint.arm.linux.org.uk>
Sun, 29 Sep 2002 22:23:36 +0000 (23:23 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sun, 29 Sep 2002 22:23:36 +0000 (23:23 +0100)
include/asm-arm/kmap_types.h [new file with mode: 0644]
include/asm-arm/percpu.h [new file with mode: 0644]

diff --git a/include/asm-arm/kmap_types.h b/include/asm-arm/kmap_types.h
new file mode 100644 (file)
index 0000000..9ed6c33
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __ARM_KMAP_TYPES_H
+#define __ARM_KMAP_TYPES_H
+
+/*
+ * This is the "bare minimum".  AIO seems to require this.
+ */
+enum km_type {
+       KM_IRQ0,
+       KM_USER1
+};
+
+#endif
diff --git a/include/asm-arm/percpu.h b/include/asm-arm/percpu.h
new file mode 100644 (file)
index 0000000..b4e32d8
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __ARM_PERCPU
+#define __ARM_PERCPU
+
+#include <asm-generic/percpu.h>
+
+#endif