Merge branch 'for-usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah...
[deliverable/linux.git] / include / linux / radeonfb.h
CommitLineData
1da177e4
LT
1#ifndef __LINUX_RADEONFB_H__
2#define __LINUX_RADEONFB_H__
3
4#include <asm/ioctl.h>
00bfddaf 5#include <linux/types.h>
1da177e4
LT
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
This page took 0.92137 seconds and 5 git commands to generate.