diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-19 00:07:09 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-19 00:07:09 -0800 |
| commit | 3b30709178676847edfc10245c7e3bd9f50a83d7 (patch) | |
| tree | 3b212d8f01ff535f747ed4becdfa994dcae5fa1f /include/linux | |
| parent | 9b528b6ea98b9d9ab5b3b01a3360fadf198e8f03 (diff) | |
Add FBIOBLANK to list of compatible ioctls.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index cd4c0c8d7ca5..7f06e2b30abc 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h @@ -48,6 +48,7 @@ COMPATIBLE_IOCTL(TIOCGPTN) COMPATIBLE_IOCTL(TIOCSPTLCK) COMPATIBLE_IOCTL(TIOCSERGETLSR) /* Big F */ +COMPATIBLE_IOCTL(FBIOBLANK) COMPATIBLE_IOCTL(FBIOGET_VSCREENINFO) COMPATIBLE_IOCTL(FBIOPUT_VSCREENINFO) COMPATIBLE_IOCTL(FBIOPAN_DISPLAY) |
