1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef __LINUX_RADEONFB_H__ 7 #define __LINUX_RADEONFB_H__ 8 #include <asm/ioctl.h> 9 #include <linux/types.h> 10 #define ATY_RADEON_LCD_ON 0x00000001 11 #define ATY_RADEON_CRT_ON 0x00000002 12 #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t) 13 #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t) 14 #endif 15