projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5285505
)
new compat header
author
David Schleef
<ds@schleef.org>
Thu, 21 Nov 2002 04:34:44 +0000
(
04:34
+0000)
committer
David Schleef
<ds@schleef.org>
Thu, 21 Nov 2002 04:34:44 +0000
(
04:34
+0000)
include/linux/highmem.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/linux/highmem.h
b/include/linux/highmem.h
new file mode 100644
(file)
index 0000000..
59ce466
--- /dev/null
+++ b/
include/linux/highmem.h
@@ -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
+