radeonfb.h 295 B

123456789101112131415
  1. #ifndef __LINUX_RADEONFB_H__
  2. #define __LINUX_RADEONFB_H__
  3. #include <asm/ioctl.h>
  4. #include <asm/types.h>
  5. #define ATY_RADEON_LCD_ON 0x00000001
  6. #define ATY_RADEON_CRT_ON 0x00000002
  7. #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
  8. #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
  9. #endif