|
|
#include <unistd.h> | #include <unistd.h> |
#include <sys/ioctl.h> | #include <sys/ioctl.h> |
#include <sys/mman.h> | #include <sys/mman.h> |
#include <asm/page.h> /* For definition of PAGE_SIZE */ |
#include <sys/user.h> /* For definition of PAGE_SIZE */ |
#include <linux/vt.h> | #include <linux/vt.h> |
| |
#include "SDL_video.h" | #include "SDL_video.h" |
|
|
#include <sys/mman.h> | #include <sys/mman.h> |
#include <asm/page.h> /* For definition of PAGE_SIZE */ | #include <asm/page.h> /* For definition of PAGE_SIZE */ |
| |
|
#ifndef PAGE_SIZE |
|
# define PAGE_SIZE sysconf(_SC_PAGE_SIZE) |
|
#endif |
|
|
#include "SDL_video.h" | #include "SDL_video.h" |
#include "SDL_gsyuv_c.h" | #include "SDL_gsyuv_c.h" |
#include "../SDL_yuvfuncs.h" | #include "../SDL_yuvfuncs.h" |