|
RTEMS CPU Kit with SuperCore
4.11.2
|
Block Device Partition Management. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <rtems.h>#include <rtems/bdpart.h>#include <rtems/libio.h>
Functions | |
| rtems_status_code | rtems_bdpart_mount (const char *disk_name, const rtems_bdpart_partition *pt, size_t count, const char *mount_base) |
| Mounts all supported file systems inside the logical disks derived from the partitions of the physical disk device with name disk_name. More... | |
| rtems_status_code | rtems_bdpart_unmount (const char *disk_name, const rtems_bdpart_partition *pt, size_t count, const char *mount_base) |
| Unmounts all file systems mounted with rtems_bdpart_mount(). | |
Block Device Partition Management.
1.8.13