|
|
#include <fcntl.h> | #include <fcntl.h> |
#include <sys/ioctl.h> /* for _IO */ | #include <sys/ioctl.h> /* for _IO */ |
#include <sys/utsname.h> | #include <sys/utsname.h> |
#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */ |
|
/* we also get PAGE_SIZE via getpagesize() */ | /* we also get PAGE_SIZE via getpagesize() */ |
| |
static char *device_name = NULL; | static char *device_name = NULL; |