Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef __LINUX_RADEONFB_H__ |
| 8 | #define __LINUX_RADEONFB_H__ |
| 9 | #include <asm/ioctl.h> |
| 10 | #include <linux/types.h> |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define ATY_RADEON_LCD_ON 0x00000001 |
| 12 | #define ATY_RADEON_CRT_ON 0x00000002 |
| 13 | #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t) |
| 14 | #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t) |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 15 | #endif |