diff options
author | Dave Airlie <airlied@redhat.com> | 2008-01-09 18:11:04 +1100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-01-09 18:11:04 +1100 |
commit | 87a32efcdde124df59656e00a402ba50a0ba1e45 (patch) | |
tree | d645fc9d9645cb37c5f1a9cd06459f6b8db599d6 /libdrm/xf86drm.h | |
parent | 73bf5e867089b58b2c4baaa833d15a2b1fb268a4 (diff) |
add control node open
Diffstat (limited to 'libdrm/xf86drm.h')
-rw-r--r-- | libdrm/xf86drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdrm/xf86drm.h b/libdrm/xf86drm.h index d6e98825..7b418604 100644 --- a/libdrm/xf86drm.h +++ b/libdrm/xf86drm.h @@ -509,6 +509,7 @@ do { register unsigned int __old __asm("o0"); \ /* General user-level programmer's API: unprivileged */ extern int drmAvailable(void); extern int drmOpen(const char *name, const char *busid); +extern int drmOpenControl(int minor); extern int drmClose(int fd); extern drmVersionPtr drmGetVersion(int fd); extern drmVersionPtr drmGetLibVersion(int fd); |