diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:55 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:55 +0000 |
commit | 2f223903fba2bdee1623f3442d7580c809b428cc (patch) | |
tree | 7418fc4a54112e8215ef7f8e42dec557d7cad8bc /src/nv_const.h | |
parent | 542d57ea12b5461891a13a339e01ca9e1add124d (diff) |
Initial revision
Diffstat (limited to 'src/nv_const.h')
-rw-r--r-- | src/nv_const.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/nv_const.h b/src/nv_const.h new file mode 100644 index 0000000..14ba134 --- /dev/null +++ b/src/nv_const.h @@ -0,0 +1,20 @@ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_const.h,v 1.6 2001/12/07 00:09:55 mvojkovi Exp $ */ + +#ifndef __NV_CONST_H__ +#define __NV_CONST_H__ + +#define VERSION 4000 +#define NV_NAME "NV" +#define NV_DRIVER_NAME "nv" +#define NV_MAJOR_VERSION 1 +#define NV_MINOR_VERSION 0 +#define NV_PATCHLEVEL 1 + +#ifdef DEBUG_PRINT +#define DEBUG(x) x +#else +#define DEBUG(x) +#endif + +#endif /* __NV_CONST_H__ */ + |