blob: 83adcd75ac8f9e20a72f455e0cd24c032fd5b3c3 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __LINUX_RADEONFB_H__
8#define __LINUX_RADEONFB_H__
9#include <asm/ioctl.h>
10#include <linux/types.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070011#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 Cheng655a7c02013-10-16 16:09:24 -070015#endif