summaryrefslogtreecommitdiff
path: root/bsd-core/drmP.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-08-12 17:18:08 +0000
committerEric Anholt <anholt@freebsd.org>2005-08-12 17:18:08 +0000
commit4050f5066a706bda74ed93ab858bbc9fc0b1477b (patch)
tree7d0c53d12863c7fa9f46b25094ed738e3c6b9076 /bsd-core/drmP.h
parentcdf49e57329803709fe26cbc103c318bc9292ddb (diff)
Fix build after linux-side checkin of master/root-only split. Still only
cares about root on the BSD side, but should be secure.
Diffstat (limited to 'bsd-core/drmP.h')
-rw-r--r--bsd-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h
index a42bf16b..cd1aca91 100644
--- a/bsd-core/drmP.h
+++ b/bsd-core/drmP.h
@@ -449,6 +449,7 @@ typedef struct drm_pci_id_list
typedef struct drm_ioctl_desc {
int (*func)(DRM_IOCTL_ARGS);
int auth_needed;
+ int master;
int root_only;
} drm_ioctl_desc_t;