RTEMS 7.0-rc1
Loading...
Searching...
No Matches
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
20extern "C" {
21#endif
22
32typedef struct {
36
51 const void *data
52);
53
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _RTEMS_FATFS_H */
int rtems_fatfs_initialize(rtems_filesystem_mount_table_entry_t *mt_entry, const void *data)
Initialize FatFS filesystem.
Definition: rtems-fatfs-init.c:150
Basic IO API.
This header file defines the RTEMS Classic API.
RTEMS FatFS filesystem mount options.
Definition: fatfs.h:32
int reserved
Definition: fatfs.h:34
Mount table entry.
Definition: libio.h:1661