diff options
Diffstat (limited to 'src/i830_dri.h')
-rw-r--r-- | src/i830_dri.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i830_dri.h b/src/i830_dri.h index 281013b3..66e9525d 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -9,6 +9,10 @@ #define I830_MAX_DRAWABLES 256 +#define I830_MAJOR_VERSION 1 +#define I830_MINOR_VERSION 5 +#define I830_PATCHLEVEL 1 + #define I830_REG_SIZE 0x80000 typedef struct _I830DRIRec { |