Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <memory.h>
#include <malloc.h>
#include <time.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
#include <errno.h>
#include <sys/time.h>
#include <linux/hpet.h>
#include <sys/poll.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Data Structures | |
struct | hpet_command |
Functions | |
void | hpet_open_close (int, const char **) |
void | hpet_info (int, const char **) |
void | hpet_poll (int, const char **) |
void | hpet_fasync (int, const char **) |
void | hpet_read (int, const char **) |
int | main (int argc, const char **argv) |
Variables | |
struct hpet_command | hpet_command [] |