1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef __LINUX_RADEONFB_H__
8 #define __LINUX_RADEONFB_H__
9 #include <asm/ioctl.h>
10 #include <linux/types.h>
11 #define ATY_RADEON_LCD_ON 0x00000001
12 #define ATY_RADEON_CRT_ON 0x00000002
13 #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
14 #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
15 #endif
16