blob: f4ab4371d97574afcc13d147c7d2d8b135dfbc39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_const.h,v 1.7 2003/07/31 20:24:29 mvojkovi Exp $ */
#ifndef __NV_CONST_H__
#define __NV_CONST_H__
#define NV_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
#endif /* __NV_CONST_H__ */
|