# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/linux-header/ps3fb-cursor.patch # Copyright (C) 2019 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- linux-5.0/arch/powerpc/include/uapi/asm/ps3fb.h.vanilla 2019-07-14 14:54:38.629321697 +0000 +++ linux-5.0/arch/powerpc/include/uapi/asm/ps3fb.h 2019-07-14 15:11:45.477317448 +0000 @@ -34,4 +34,8 @@ +#define PS3FB_IOCTL_CURSOR_ENABLE _IOW('r', 10, int) /* cursor enable/disable */ +#define PS3FB_IOCTL_CURSOR_POS _IOW('r', 11, int) /* cursor x/y pos*/ +#define PS3FB_IOCTL_CURSOR_OFFS _IOW('r', 12, int) /* cursor data offset */ + #ifndef FBIO_WAITFORVSYNC #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) /* wait for vsync */ #endif