diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:45 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:45 +0000 |
commit | 6962e55a393c6b1cddf6b23f9c39842234b4ef7d (patch) | |
tree | 0801ca9d58e7c2950cad719ab400d852f10f4212 /src/riva_const.h | |
parent | 2f223903fba2bdee1623f3442d7580c809b428cc (diff) |
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'src/riva_const.h')
-rw-r--r-- | src/riva_const.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/riva_const.h b/src/riva_const.h new file mode 100644 index 0000000..31dc8d5 --- /dev/null +++ b/src/riva_const.h @@ -0,0 +1,14 @@ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/riva_const.h,v 1.1 2003/07/31 20:24:29 mvojkovi Exp $ */ + +#ifndef __RIVA_CONST_H__ +#define __RIVA_CONST_H__ + +#define RIVA_VERSION 4000 +#define RIVA_NAME "RIVA128" +#define RIVA_DRIVER_NAME "riva128" +#define RIVA_MAJOR_VERSION 1 +#define RIVA_MINOR_VERSION 0 +#define RIVA_PATCHLEVEL 1 + +#endif /* __RIVA_CONST_H__ */ + |