.\" 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_ROOT_ENTRY" "9" "09 October 2005" "" ""
.SH NAME
_devfs_get_root_entry \- Get the root devfs entry.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct devfs_entry * _devfs_get_root_entry ( \fIvoid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvoid\fB\fR
no arguments
.SH "DESCRIPTION"
.PP
.PP
Returns the root devfs entry on success, else NULL\&.
.PP
TODO it must be called asynchronously due to the fact
that devfs is initialized relatively late. Proper way
is to remove module_init from init_devfs_fs and manually
call it early enough during system init