annotate osdep/kerneltwosix.h @ 14663:9d79600ff98d

X11 headers must be included also when X11_FULLSCREEN is not defined (although it is not really beautiful that their are included here in the first place)
author reimar
date Sun, 06 Feb 2005 10:12:34 +0000
parents e0b096f0e640
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11765
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
1 #include <linux/version.h>
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
2 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
3 #define __KERNEL__
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
4 #include <linux/thread_info.h>
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
5 #include <linux/list.h>
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
6 #undef __KERNEL__
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
7 #endif
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
8
e0b096f0e640 linux 2.6 patch by "ismail 'cartman' d«Ónmez" <ismail.donmez@boun.edu.tr>
attila
parents:
diff changeset
9