patch-2.1.63 linux/drivers/sound/lowlevel/awe_version.h
Next file: linux/drivers/sound/lowlevel/awe_wave.c
Previous file: linux/drivers/sound/lowlevel/awe_hw.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Oct 28 02:10:50 1997
- Orig file:
v2.1.62/linux/drivers/sound/lowlevel/awe_version.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.62/linux/drivers/sound/lowlevel/awe_version.h linux/drivers/sound/lowlevel/awe_version.h
@@ -0,0 +1,12 @@
+/* AWE32 driver version number */
+
+#ifndef AWE_VERSION_H_DEF
+#define AWE_VERSION_H_DEF
+
+#define AWE_VERSION_NUMBER 0x00040200
+#define AWEDRV_VERSION "0.4.2"
+#define AWE_MAJOR_VERSION(id) (((id) >> 16) & 0xff)
+#define AWE_MINOR_VERSION(id) (((id) >> 8) & 0xff)
+#define AWE_TINY_VERSION(id) ((id) & 0xff)
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov