Descriptor for batch file creation.
More...
#include <sysfs.h>
|
| const char * | name |
| | Name of the file, NULL marks end of array.
|
| |
| const vnode_ops_t * | vnodeOps |
| | Vnode operations, can be NULL.
|
| |
| const file_ops_t * | fileOps |
| | File operations, can be NULL.
|
| |
| void * | data |
| | Private data to store in the vnode of the file.
|
| |
Descriptor for batch file creation.
Definition at line 77 of file sysfs.h.
◆ name
| const char* sysfs_file_desc_t::name |
Name of the file, NULL marks end of array.
Definition at line 79 of file sysfs.h.
◆ vnodeOps
Vnode operations, can be NULL.
Definition at line 80 of file sysfs.h.
◆ fileOps
File operations, can be NULL.
Definition at line 81 of file sysfs.h.
◆ data
| void* sysfs_file_desc_t::data |
Private data to store in the vnode of the file.
Definition at line 82 of file sysfs.h.
The documentation for this struct was generated from the following file: