summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-04-28 14:49:27 +1000
committerDave Airlie <airlied@linux.ie>2007-04-28 15:07:43 +1000
commit9f9c19065cecde16aa2994b6f777336a6e5f3409 (patch)
treeedee3b452c95f5a59a2a421ab808a24022acd92e /linux-core/drmP.h
parente88934274ab80119d6dd139e3d780c3cdea7e9e5 (diff)
remove DRM_GETSAREA and replace with drm_getsarea function
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 271c6c8e..37b93525 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -1128,6 +1128,8 @@ extern drm_head_t **drm_heads;
extern struct drm_sysfs_class *drm_class;
extern struct proc_dir_entry *drm_proc_root;
+extern drm_local_map_t *drm_getsarea(struct drm_device *dev);
+
/* Proc support (drm_proc.h) */
extern int drm_proc_init(drm_device_t * dev,
int minor,