--- driverkit/libDriver/ppc/IONDRVFramebuffer.h 2018/04/24 17:37:51 1.1 +++ driverkit/libDriver/ppc/IONDRVFramebuffer.h 2018/04/24 17:39:54 1.1.1.2 @@ -101,14 +101,19 @@ } @end +#define IO_DISPLAY_CAN_FILL 0x00000040 +#define IO_DISPLAY_FILL_MASK 0x00000040 +#define IO_DISPLAY_DO_FILL "IODisplayDoFill" +#define IO_DISPLAY_FILL_SIZE 5 +#define IO_DISPLAY_GET_SYNCED "IOGetDisplaySynced" +#define IO_DISPLAY_GET_SYNCED_SIZE 1 + @interface IOATINDRV:IONDRVFramebuffer { } @end -@interface IOIX3DNDRV:IONDRVFramebuffer +@interface IOATIMACH64NDRV:IOATINDRV { - volatile UInt8 * panther; } @end -