RTEMS
7.0-rc1
Loading...
Searching...
No Matches
cpukit
include
rtems
fatfs.h
Go to the documentation of this file.
1
9
/*
10
Copyright (C) 2025 Sepehr Ganji <sepehrganji79@gmail.com>
11
*/
12
13
#ifndef _RTEMS_FATFS_H
14
#define _RTEMS_FATFS_H
15
16
#include <
rtems.h
>
17
#include <
rtems/libio.h
>
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
32
typedef
struct
{
34
int
reserved
;
35
}
rtems_fatfs_mount_options
;
36
49
int
rtems_fatfs_initialize
(
50
rtems_filesystem_mount_table_entry_t
*mt_entry,
51
const
void
*data
52
);
53
56
#ifdef __cplusplus
57
}
58
#endif
59
60
#endif
/* _RTEMS_FATFS_H */
rtems_fatfs_initialize
int rtems_fatfs_initialize(rtems_filesystem_mount_table_entry_t *mt_entry, const void *data)
Initialize FatFS filesystem.
Definition:
rtems-fatfs-init.c:150
libio.h
Basic IO API.
rtems.h
This header file defines the RTEMS Classic API.
rtems_fatfs_mount_options
RTEMS FatFS filesystem mount options.
Definition:
fatfs.h:32
rtems_fatfs_mount_options::reserved
int reserved
Definition:
fatfs.h:34
rtems_filesystem_mount_table_entry_tt
Mount table entry.
Definition:
libio.h:1661
Generated by
1.9.6