]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/uapi/linux/radeonfb.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / radeonfb.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __LINUX_RADEONFB_H__
3 #define __LINUX_RADEONFB_H__
4
5 #include <asm/ioctl.h>
6 #include <linux/types.h>
7
8 #define ATY_RADEON_LCD_ON 0x00000001
9 #define ATY_RADEON_CRT_ON 0x00000002
10
11
12 #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
13 #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
14
15 #endif
16