.\" 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 "DEVFS_GET_OPS" "" "06 October 2005" "" ""
.SH NAME
devfs_get_ops \- Get the device operations for a devfs entry.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct file_operations * devfs_get_ops (devfs_handle_t \fIde\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIde\fB\fR
The handle to the device entry.
.SH "DESCRIPTION"
.PP
Returns a pointer to the device operations on success, else NULL.
The use count for the module owning the operations will be incremented.