flinkLinux
flink Linux Kernel Modules
 All Data Structures Files Functions Variables Macros Pages
flink_private_data Struct Reference

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>

Collaboration diagram for flink_private_data:

Data Fields

struct flink_devicefdev
 
struct flink_subdevicecurrent_subdevice
 

Detailed Description

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.

Field Documentation

struct flink_subdevice* flink_private_data::current_subdevice
struct flink_device* flink_private_data::fdev

The documentation for this struct was generated from the following file: