diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2003-04-24 23:36:35 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2003-04-24 23:36:35 +0000 |
| commit | caa18809dfb5b8cc0cba2aa7582c125e474354c7 (patch) | |
| tree | 26a9afb7dc02df11219c4c47974731c3a79ae42a /sys/compat/linux/linux_ioctl.h | |
| parent | 9bc65d35f295f84595cb275aafeb492448d69e76 (diff) | |
Notes
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 ccee93595b12c..3189a49317a2e 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. |
