RTEMS CPU Kit with SuperCore  4.11.3
rtems-rfs.h
Go to the documentation of this file.
1 
11 /*
12  * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
13  *
14  * The license and distribution terms for this file may be
15  * found in the file LICENSE in this distribution or at
16  * http://www.rtems.org/license/LICENSE.
17  */
18 
19 #if !defined(RTEMS_RFS_DEFINED)
20 #define RTEMS_RFS_DEFINED
21 
22 #include <rtems.h>
23 #include <rtems/fs.h>
24 
36 
38 #endif
int rtems_rfs_rtems_initialise(rtems_filesystem_mount_table_entry_t *mt_entry, const void *data)
Initialise the RFS File system.
Definition: rtems-rfs-rtems.c:771
Mount table entry.
Definition: libio.h:1542
Basic Filesystem Types.