.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "EURWDT_WRITE" "" "06 October 2005" "" "" .SH NAME eurwdt_write \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp ssize_t eurwdt_write (struct file * \fIfile\fB, const char * \fIbuf\fB, size_t \fIcount\fB, loff_t * \fIppos\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfile\fB\fR file handle to the watchdog .TP \fB\fIbuf\fB\fR buffer to write (unused as data does not matter here .TP \fB\fIcount\fB\fR count of bytes .TP \fB\fIppos\fB\fR pointer to the position to write. No seeks allowed .SH "DESCRIPTION" .PP 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.