Go to the documentation of this file.
19 #ifndef _ASM_POWERPC_PS3FB_H_
20 #define _ASM_POWERPC_PS3FB_H_
22 #include <linux/types.h>
26 #define PS3FB_IOCTL_SETMODE _IOW('r', 1, int)
27 #define PS3FB_IOCTL_GETMODE _IOR('r', 2, int)
28 #define PS3FB_IOCTL_SCREENINFO _IOR('r', 3, int)
29 #define PS3FB_IOCTL_ON _IO('r', 4)
30 #define PS3FB_IOCTL_OFF _IO('r', 5)
31 #define PS3FB_IOCTL_FSEL _IOW('r', 6, int)
33 #ifndef FBIO_WAITFORVSYNC
34 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)