RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / radeonfb.h
blob5bd8975ed78e3708df073420de52251790c8d507
1 #ifndef __LINUX_RADEONFB_H__
2 #define __LINUX_RADEONFB_H__
4 #include <asm/ioctl.h>
5 #include <asm/types.h>
7 #define ATY_RADEON_LCD_ON 0x00000001
8 #define ATY_RADEON_CRT_ON 0x00000002
11 #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
12 #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
14 #endif