diff options
author | anholt <anholt@FreeBSD.org> | 2003-04-24 23:36:35 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-04-24 23:36:35 +0000 |
commit | 066321f1e0898697c0a1b16ad811324e562c276e (patch) | |
tree | 26a9afb7dc02df11219c4c47974731c3a79ae42a /sys/compat/linux/linux_ioctl.h | |
parent | 968ad4dbc697e71b999ed9a77bea991f282fa8ec (diff) | |
download | FreeBSD-src-066321f1e0898697c0a1b16ad811324e562c276e.zip FreeBSD-src-066321f1e0898697c0a1b16ad811324e562c276e.tar.gz |
Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX
option, which has been a source of frustration for many users.
Diffstat (limited to 'sys/compat/linux/linux_ioctl.h')
-rw-r--r-- | sys/compat/linux/linux_ioctl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ioctl.h b/sys/compat/linux/linux_ioctl.h index ccee935..3189a49 100644 --- a/sys/compat/linux/linux_ioctl.h +++ b/sys/compat/linux/linux_ioctl.h @@ -667,6 +667,9 @@ #define LINUX_ASYNC_CALLOUT_NOHUP 0x0400 #define LINUX_ASYNC_FLAGS 0x0FFF +#define LINUX_IOCTL_DRM_MIN 0x6400 +#define LINUX_IOCTL_DRM_MAX 0x64ff + /* * This doesn't really belong here, but I can't think of a better * place to put it. |