![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef __LINUX_RADEONFB_H__ 0003 #define __LINUX_RADEONFB_H__ 0004 0005 #include <asm/ioctl.h> 0006 #include <linux/types.h> 0007 0008 #define ATY_RADEON_LCD_ON 0x00000001 0009 #define ATY_RADEON_CRT_ON 0x00000002 0010 0011 0012 #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t) 0013 #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t) 0014 0015 #endif 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |