diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 20:09:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 20:09:57 +0000 |
commit | 2d353c9727ea483a971f991347bc3fe47f26a14d (patch) | |
tree | cfd7ba219059cdd473dc424a4bbf2c43bb7003b1 /driver/xf86-video-nv/src/riva_const.h | |
parent | 1b16388e884bc86e094c04cde517023365de88f5 (diff) |
Importing xf86-video-nv 1.2.0
Diffstat (limited to 'driver/xf86-video-nv/src/riva_const.h')
-rw-r--r-- | driver/xf86-video-nv/src/riva_const.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/driver/xf86-video-nv/src/riva_const.h b/driver/xf86-video-nv/src/riva_const.h new file mode 100644 index 000000000..4949fc124 --- /dev/null +++ b/driver/xf86-video-nv/src/riva_const.h @@ -0,0 +1,11 @@ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/riva_const.h $ */ + +#ifndef __RIVA_CONST_H__ +#define __RIVA_CONST_H__ + +#define RIVA_VERSION 4000 +#define RIVA_NAME "RIVA128" +#define RIVA_DRIVER_NAME "riva128" + +#endif /* __RIVA_CONST_H__ */ + |