summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/dri/nouveau/nouveau_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/dri/nouveau/nouveau_device.h')
-rw-r--r--src/gallium/winsys/dri/nouveau/nouveau_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/dri/nouveau/nouveau_device.h b/src/gallium/winsys/dri/nouveau/nouveau_device.h
index 744a89f74b..e25e89fedd 100644
--- a/src/gallium/winsys/dri/nouveau/nouveau_device.h
+++ b/src/gallium/winsys/dri/nouveau/nouveau_device.h
@@ -24,6 +24,7 @@
#define __NOUVEAU_DEVICE_H__
struct nouveau_device {
+ unsigned chipset;
};
#endif