picotm
0.7.0
|
#include <chrdev.h>
Data Fields | |
struct picotm_shared_ref16_obj | ref_obj |
struct file_id | id |
struct picotm_rwlock | rwlock [NUMBER_OF_CHRDEV_FIELDS] |
Represents a character device's open file description.
struct file_id chrdev::id |
The character device's unique id.
struct picotm_shared_ref16_obj chrdev::ref_obj |
Reference-counting base object.
struct picotm_rwlock chrdev::rwlock[NUMBER_OF_CHRDEV_FIELDS] |
Reader/writer state locks.