WDT_WRITE
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
wdt_write -
SYNOPSIS
"SYNOPSIS"
ssize_t wdt_write (struct file * file, const char * 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: 13:31:58 GMT, October 06, 2005