Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
harddog_user.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <os.h>

Go to the source code of this file.

Data Structures

struct  dog_data
 

Functions

int start_watchdog (int *in_fd_ret, int *out_fd_ret, char *sock)
 
void stop_watchdog (int in_fd, int out_fd)
 
int ping_watchdog (int fd)
 

Function Documentation

int ping_watchdog ( int  fd)

Definition at line 112 of file harddog_user.c.

int start_watchdog ( int in_fd_ret,
int out_fd_ret,
char sock 
)

Definition at line 30 of file harddog_user.c.

void stop_watchdog ( int  in_fd,
int  out_fd 
)

Definition at line 106 of file harddog_user.c.