radeonfb.h 360 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __LINUX_RADEONFB_H__
  3. #define __LINUX_RADEONFB_H__
  4. #include <asm/ioctl.h>
  5. #include <linux/types.h>
  6. #define ATY_RADEON_LCD_ON 0x00000001
  7. #define ATY_RADEON_CRT_ON 0x00000002
  8. #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
  9. #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
  10. #endif