RTEMS CPU Kit with SuperCore
4.11.3
|
Per Device Node Control Structure. More...
#include <devfs.h>
Data Fields | |
const char * | name |
This member points to device name which is not a null-terminated string. | |
size_t | namelen |
This member is the name length of a device. | |
rtems_device_major_number | major |
major number of a device | |
rtems_device_minor_number | minor |
minor number of a device | |
mode_t | mode |
device creation mode, only device file can be created | |
Per Device Node Control Structure.
This structure is instanced per device node and contains all information used by this file system implementation to manage that device node.