summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
blob: e239c25d6f891452bd70bed8ee93af09cbe50397 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
 * @file
 *
 * @brief RTEMS File Systems Data Forward Declaration
 *
 * @ingroup rtems_rfs
 *
 * RTEMS File Systems Data forward decl.
 */

/*
 *  COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 */


#if !defined (_RTEMS_RFS_FILE_SYSTEM_FWD_H_)
#define _RTEMS_RFS_FILE_SYSTEM_FWD_H_

/**
 * Forward reference to the file system data.
 */
struct _rtems_rfs_file_system;
typedef struct _rtems_rfs_file_system rtems_rfs_file_system;

#endif