Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <linux/types.h>
#include <linux/watchdog.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int | fd |
Definition at line 41 of file watchdog-test.c.
Definition at line 15 of file watchdog-test.c.