BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
FsDriver Struct Reference

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.
 

Detailed Description

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.


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