diff options
Diffstat (limited to 'include/uapi/linux/radeonfb.h')
-rw-r--r-- | include/uapi/linux/radeonfb.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/uapi/linux/radeonfb.h b/include/uapi/linux/radeonfb.h new file mode 100644 index 00000000000..8c4bbdecc44 --- /dev/null +++ b/include/uapi/linux/radeonfb.h | |||
@@ -0,0 +1,15 @@ | |||
1 | #ifndef __LINUX_RADEONFB_H__ | ||
2 | #define __LINUX_RADEONFB_H__ | ||
3 | |||
4 | #include <asm/ioctl.h> | ||
5 | #include <linux/types.h> | ||
6 | |||
7 | #define ATY_RADEON_LCD_ON 0x00000001 | ||
8 | #define ATY_RADEON_CRT_ON 0x00000002 | ||
9 | |||
10 | |||
11 | #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t) | ||
12 | #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t) | ||
13 | |||
14 | #endif | ||
15 | |||