blob: 8c4bbdecc44fd2af5ce50a69b8869f00f41ebbf1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __LINUX_RADEONFB_H__
2#define __LINUX_RADEONFB_H__
3
4#include <asm/ioctl.h>
Jaswinder Singh Rajput00bfdda2009-01-15 13:51:26 -08005#include <linux/types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
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