BEEP-8 SDK 1.0.0
|
Represents a file system driver. More...
#include <crt.h>
Public Attributes | |
char | _path [N_MAX_PATH] |
Path managed by the driver. | |
const file_operations * | _fops |
Supported file operations. | |
mode_t | _mode |
Access mode for the driver. | |
void * | _priv |
Driver-specific private data. | |
Represents a file system driver.
This structure contains information about a file system driver, including the path it manages, the file operations it supports, its access mode, and private data.