diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:38 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:38 +0000 |
commit | d84248580d5b05bb47a2ccdce7badfc884efa6da (patch) | |
tree | 0801ca9d58e7c2950cad719ab400d852f10f4212 /src/riva_const.h | |
parent | dd1a62caaaac6acc35584a2c8c525962d8574c95 (diff) |
Initial revisionXORG-STABLE
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__ */ + |