summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drm.h
diff options
context:
space:
mode:
authorNian Wu <nian.wu@intel.com>2007-01-25 13:30:46 -0800
committerNian Wu <nian.wu@intel.com>2007-01-25 13:30:46 -0800
commit3886b7e62925a6eb7ca05e3ab23f3d4781439d06 (patch)
tree529c661c969dbaf23f2dcd75c940a892a3f37d0e /shared-core/nouveau_drm.h
parent9f5cda44dbf5b8f3c7cc00b8a58eee2690a864e6 (diff)
parent90ae39d2f07058dd128d2fb19ffad712ee75c9a0 (diff)
Merge branch 'master' into crestline
Diffstat (limited to 'shared-core/nouveau_drm.h')
-rw-r--r--shared-core/nouveau_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nouveau_drm.h b/shared-core/nouveau_drm.h
index 3f363192..0f11c43a 100644
--- a/shared-core/nouveau_drm.h
+++ b/shared-core/nouveau_drm.h
@@ -93,6 +93,7 @@ drm_nouveau_mem_free_t;
#define NOUVEAU_GETPARAM_AGP_PHYSICAL 7
typedef struct drm_nouveau_getparam {
unsigned int param;
+ unsigned int dummy;
uint64_t value;
}
drm_nouveau_getparam_t;