annotate osdep/kerneltwosix.h @ 13284:6370626e902b

Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can easily be re-used by other video output drivers, without having inapproriate names. To make live easier for the translators, I have made the same changes to the German and Spanish translations (those who already picked up on the MSGTR_VO_* messages).
author ivo
date Wed, 08 Sep 2004 03:51:37 +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