WDT_WRITE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

wdt_write -  

SYNOPSIS

"SYNOPSIS"

ssize_t wdt_write (struct file * file, const char __user * buf, size_t count, loff_t * ppos);  

ARGUMENTS

file
file handle to the watchdog
buf
buffer to write (unused as data does not matter here
count
count of bytes
ppos
pointer to the position to write. No seeks allowed
 

DESCRIPTION

A write to a watchdog device is defined as a keepalive signal. Any write of data will do, as we we don't define content meaning.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:03:01 GMT, October 09, 2005