summaryrefslogtreecommitdiff
path: root/linux/pcmcia-cs/include/pcmcia/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/pcmcia-cs/include/pcmcia/version.h')
-rw-r--r--linux/pcmcia-cs/include/pcmcia/version.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/pcmcia-cs/include/pcmcia/version.h b/linux/pcmcia-cs/include/pcmcia/version.h
new file mode 100644
index 0000000..7f67ee7
--- /dev/null
+++ b/linux/pcmcia-cs/include/pcmcia/version.h
@@ -0,0 +1,13 @@
+/* version.h 1.118 2003/12/20 07:16:36 (David Hinds) */
+
+#define CS_PKG_RELEASE "3.2.8"
+#define CS_PKG_RELEASE_CODE 0x3208
+
+#define VERSION(v,p,s) (((v)<<16)+(p<<8)+s)
+
+#ifdef CONFIG_PCMCIA
+#include_next <pcmcia/version.h>
+#else
+#define CS_RELEASE CS_PKG_RELEASE
+#define CS_RELEASE_CODE CS_PKG_RELEASE_CODE
+#endif