![]() |
RTEMS 7.0-rc1
|
Data Structures | |
| struct | rtems_fatfs_mount_options |
| RTEMS FatFS filesystem mount options. More... | |
Functions | |
| int | rtems_fatfs_initialize (rtems_filesystem_mount_table_entry_t *mt_entry, const void *data) |
| Initialize FatFS filesystem. | |
| int rtems_fatfs_initialize | ( | rtems_filesystem_mount_table_entry_t * | mt_entry, |
| const void * | data | ||
| ) |
Initialize FatFS filesystem.
This function is the mount handler for the FatFS filesystem. It is called by the mount() system call when the filesystem type is RTEMS_FILESYSTEM_TYPE_FATFS.
| [in] | mt_entry | The mount table entry. |
| [in] | data | Mount options (rtems_fatfs_mount_options or NULL). |