xref: /linux/include/uapi/linux/radeonfb.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2607ca46eSDavid Howells #ifndef __LINUX_RADEONFB_H__
3607ca46eSDavid Howells #define __LINUX_RADEONFB_H__
4607ca46eSDavid Howells 
5607ca46eSDavid Howells #include <asm/ioctl.h>
6607ca46eSDavid Howells #include <linux/types.h>
7607ca46eSDavid Howells 
8607ca46eSDavid Howells #define ATY_RADEON_LCD_ON	0x00000001
9607ca46eSDavid Howells #define ATY_RADEON_CRT_ON	0x00000002
10607ca46eSDavid Howells 
11607ca46eSDavid Howells 
12607ca46eSDavid Howells #define FBIO_RADEON_GET_MIRROR	_IOR('@', 3, size_t)
13607ca46eSDavid Howells #define FBIO_RADEON_SET_MIRROR	_IOW('@', 4, size_t)
14607ca46eSDavid Howells 
15607ca46eSDavid Howells #endif
16607ca46eSDavid Howells 
17