The Linux Kernel API
Prev
Next
devfs_get_info
Name
devfs_get_info -- Get the info pointer written to private_data of @de upon open.
Synopsis
void * devfs_get_info
(devfs_handle_t de);
Arguments
de
The handle to the device entry.
Description
Returns the info pointer.
Prev
Home
Next
devfs_set_file_size
Up
devfs_set_info