devfs_get_ops
Name
devfs_get_ops -- Get the device operations for a devfs entry.
Synopsis
void * devfs_get_ops
(devfs_handle_t de);
Arguments
de
The handle to the device entry.
Description
Returns a pointer to the device operations on success, else NULL.
The use count for the module owning the operations will be incremented.