new compat header
authorDavid Schleef <ds@schleef.org>
Thu, 21 Nov 2002 04:34:44 +0000 (04:34 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 21 Nov 2002 04:34:44 +0000 (04:34 +0000)
include/linux/highmem.h [new file with mode: 0644]

diff --git a/include/linux/highmem.h b/include/linux/highmem.h
new file mode 100644 (file)
index 0000000..59ce466
--- /dev/null
@@ -0,0 +1,17 @@
+
+/*
+ * linux/highmem.h compatibility header
+ */
+
+#ifndef __COMPAT_LINUX_DEVFS_FS_KERNEL_H_
+#define __COMPAT_LINUX_DEVFS_FS_KERNEL_H_
+
+#include <linux/version.h>
+
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 0)
+#else
+#include_next <linux/highmem.h>
+#endif
+
+#endif
+