![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <sys/ioctl.h>#include <unistd.h>#include <sys/mman.h>#include <memory.h>#include <linux/kd.h>#include <lib/gdi/fb.h>Macros | |
| #define | FBIO_WAITFORVSYNC _IOW('F', 0x20, uint32_t) |
| #define | FBIO_SET_MANUAL_BLIT _IOW('F', 0x21, __u8) |
| #define | FBIO_BLIT 0x22 |
| #define FBIO_BLIT 0x22 |
| #define FBIO_SET_MANUAL_BLIT _IOW('F', 0x21, __u8) |
| #define FBIO_WAITFORVSYNC _IOW('F', 0x20, uint32_t) |