flinkLinux
flink Linux Kernel Modules
|
Private data structure which is associated with a file. The user library communicates with the kernel modules through read and write system calls As a parameter a pointer to a file descriptor is passed. Within this structure the field will hold the information about which device and subdevice will be targeted. More...
#include <flink.h>
Data Fields | |
struct flink_device * | fdev |
struct flink_subdevice * | current_subdevice |
Private data structure which is associated with a file. The user library communicates with the kernel modules through read and write system calls As a parameter a pointer to a file descriptor is passed. Within this structure the field will hold the information about which device and subdevice will be targeted.
struct flink_subdevice* flink_private_data::current_subdevice |
struct flink_device* flink_private_data::fdev |