xref: /aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/radeonfb.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1*cda5da8dSAndroid Build Coastguard Worker /*
2*cda5da8dSAndroid Build Coastguard Worker  * This file is auto-generated. Modifications will be lost.
3*cda5da8dSAndroid Build Coastguard Worker  *
4*cda5da8dSAndroid Build Coastguard Worker  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5*cda5da8dSAndroid Build Coastguard Worker  * for more information.
6*cda5da8dSAndroid Build Coastguard Worker  */
7*cda5da8dSAndroid Build Coastguard Worker #ifndef __LINUX_RADEONFB_H__
8*cda5da8dSAndroid Build Coastguard Worker #define __LINUX_RADEONFB_H__
9*cda5da8dSAndroid Build Coastguard Worker #include <asm/ioctl.h>
10*cda5da8dSAndroid Build Coastguard Worker #include <linux/types.h>
11*cda5da8dSAndroid Build Coastguard Worker #define ATY_RADEON_LCD_ON 0x00000001
12*cda5da8dSAndroid Build Coastguard Worker #define ATY_RADEON_CRT_ON 0x00000002
13*cda5da8dSAndroid Build Coastguard Worker #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
14*cda5da8dSAndroid Build Coastguard Worker #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
15*cda5da8dSAndroid Build Coastguard Worker #endif
16